Skip to content

Commit

Permalink
Ubuntu uses bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteHamster committed Apr 27, 2024
1 parent 404a3af commit 22fe039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Expand Up @@ -138,7 +138,7 @@ jobs:
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: zsh .github/workflows/runEmulatorTests.sh
script: bash .github/workflows/runEmulatorTests.sh
- uses: actions/upload-artifact@v4
if: failure()
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runEmulatorTests.sh
@@ -1,4 +1,4 @@
#!/bin/zsh
#!/bin/bash

set -o pipefail

Expand Down

0 comments on commit 22fe039

Please sign in to comment.