Skip to content

Commit

Permalink
Enable vcpkg build caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Oct 15, 2024
1 parent 8e6bca2 commit 5fdc8a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@ jobs:
install-build: false
install-options: --prefix ${{ github.workspace }}/installed
env:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
- name: Create installer
shell: bash
run: |
Expand Down

0 comments on commit 5fdc8a2

Please sign in to comment.