Skip to content

Commit

Permalink
chore: work around poor multiline script behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
spion committed Aug 18, 2024
1 parent 04c458e commit c9641c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
with:
api-level: 29
script: |
export PATH=/usr/local/lib/android/sdk/platform-tools:$PATH
sudo ./tests/run.sh
export PATH=/usr/local/lib/android/sdk/platform-tools:$PATH && sudo ./tests/run.sh
# services:
# emulator:
# image: budtmo/docker-android:emulator_12.0
Expand Down

0 comments on commit c9641c3

Please sign in to comment.