Skip to content

Commit

Permalink
ci: do not pass deployment flags on ubuntu in ci_emulator_run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon authored Sep 26, 2024
1 parent 91ccea3 commit d20f8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_emulator_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 35
env:
VAB_FLAGS: -cg -f '-d no_load_styles' -v 3 --api 30 --build-tools 33.0.2 --device auto --log-clear --archs x86_64
VAB_FLAGS: -cg -f '-d no_load_styles' -v 3 --api 30 --build-tools 33.0.2 --archs x86_64
VFLAGS: -no-parallel
steps:
- uses: actions/setup-java@v4
Expand Down

0 comments on commit d20f8b4

Please sign in to comment.