Skip to content

Commit

Permalink
push.yml: ensure that GCC build gets tested
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 5, 2025
1 parent a6bb824 commit 839123e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: gradle/actions/setup-gradle@v4
- uses: gradle/actions/wrapper-validation@v4
- run: |
./gradlew -Pbt=Debug -Pflavor=Sp -Ptarget=Linux64 run build install \
./gradlew -Pbt=Debug -Pflavor=Sp -Ptarget=Linux64 -Ptool=gcc run build install \
--console=plain \
-PsigningKeyEncoded='${{ secrets.SIGNING_KEY_ENCODED }}' \
-PsigningPassword='${{ secrets.SIGNING_PASSWORD }}'
Expand Down

0 comments on commit 839123e

Please sign in to comment.