Skip to content

Commit

Permalink
Bash ?
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicGamer9523 committed Nov 11, 2023
1 parent 8aaed6d commit e93e13e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Give permission to run epearl
run: chmod +x epearl
- name: Check style
run: ./epearl fmt --check
run: bash ./epearl fmt --check

# Check if the Android build works.
android:
Expand All @@ -57,9 +57,9 @@ jobs:
- name: Give permission to run epearl
run: chmod +x epearl
- name: Build Android
run: ./epearl build --target aarch64-linux-android
run: bash ./epearl build --target aarch64-linux-android
- name: Test Android
run: ./epearl test --target aarch64-linux-android
run: bash ./epearl test --target aarch64-linux-android

# Check if the Linux build works.
linux:
Expand All @@ -80,6 +80,6 @@ jobs:
- name: Give permission to run epearl
run: chmod +x epearl
- name: Build Android
run: ./epearl build
run: bash ./epearl build
- name: Test Android
run: ./epearl test
run: bash ./epearl test

0 comments on commit e93e13e

Please sign in to comment.