fix: use bash instead of sh

pull/2098/head^2
Ahmed Khaled 6 months ago
parent a783398695
commit 9ce735cbd6
No known key found for this signature in database

@ -48,6 +48,7 @@ jobs:
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -memory 4096
disable-animations: true
script: |
#!/bin/bash
set -e
OUTPUT_DIR="benchmarks/build/outputs/connected_android_test_additional_output"

Loading…
Cancel
Save