Skip to content

Commit

Permalink
Fix android test
Browse files Browse the repository at this point in the history
  • Loading branch information
momo5502 committed Jan 25, 2025
1 parent d9a2a99 commit 2fc3f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2.33.0
with:
api-level: 29
script: adb push build/${{matrix.preset}}/artifacts/* /data/local/tmp && adb shell \"cd /data/local/tmp && export LD_LIBRARY_PATH=. && chmod +x ./analyzer && ./analyzer -e ./root c:/test-sample.exe\"
script: adb push build/${{matrix.preset}}/artifacts/ /data/local/tmp && adb shell \"cd /data/local/tmp && export LD_LIBRARY_PATH=. && chmod +x ./analyzer && ./analyzer -e ./root c:/test-sample.exe\"

summary:
name: Pipeline Summary
Expand Down

0 comments on commit 2fc3f57

Please sign in to comment.