We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9b51c commit 73e6a67Copy full SHA for 73e6a67
1 file changed
.github/workflows/workflow.yml
@@ -19,12 +19,13 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Setup xmake
22
- uses: xmake-io/github-action-setup-xmake@v1
23
- with:
24
- xmake-version: latest
25
- actions-cache-folder: '.xmake-cache'
26
- package-cache: true
27
- build-cache: true
+ uses: xmake-io/github-action-setup-xmake@v1
+ with:
+ xmake-version: latest
+ actions-cache-folder: '.xmake-cache'
+ package-cache: true
+ package-cache-key: 'packages-${{ matrix.os }}-${{ matrix.buildtype }}-${{ hashFiles(''xmake.lua'') }}'
28
+ build-cache: true
29
30
- name: Configure
31
run: xmake config -m ${{ matrix.buildtype }} -y -vv
0 commit comments