Skip to content

Commit

Permalink
ci: override cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Nov 8, 2024
1 parent 6b4db4f commit ad0de18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@ jobs:
sed -i 's/org.gradle.configuration-cache=true//g' gradle.properties
./gradlew :app:packageDebug
ccache -s
env:
QAUXV_OVERRIDE_CMAKE_VERSION: "3.30.5"
1 change: 1 addition & 0 deletions .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
KEYSTORE_PASSWORD: ${{ secrets.SIGN_KEYSTORE_PASSWORD }}
KEY_ALIAS: ${{ secrets.SIGN_ALIAS }}
KEY_PASSWORD: ${{ secrets.SIGN_KEY_PASSWORD }}
QAUXV_OVERRIDE_CMAKE_VERSION: "3.30.5"

- name: Show Artifacts SHA256
run: |
Expand Down

0 comments on commit ad0de18

Please sign in to comment.