Skip to content

Commit

Permalink
ci: override cmake version for runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Nov 17, 2024
1 parent 6a52bea commit b300059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
./gradlew :app:packageDebug
ccache -s
env:
QAUXV_OVERRIDE_CMAKE_VERSION: "3.30.5"
QAUXV_OVERRIDE_CMAKE_VERSION: "3.31.0"
2 changes: 1 addition & 1 deletion .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +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"
QAUXV_OVERRIDE_CMAKE_VERSION: "3.31.0"

- name: Show Artifacts SHA256
run: |
Expand Down

0 comments on commit b300059

Please sign in to comment.