We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b31cd0 commit 79817faCopy full SHA for 79817fa
.github/workflows/workflow.yml
@@ -19,13 +19,12 @@ 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
- package-cache-key: "packages-${{ matrix.os }}-${{ matrix.buildtype }}-${{ hashFiles('xmake.lua') }}"
28
- build-cache: true
+ uses: xmake-io/github-action-setup-xmake@v1
+ with:
+ xmake-version: latest
+ actions-cache-folder: '.xmake-cache-v2'
+ package-cache: true
+ build-cache: true
29
30
- name: Configure
31
run: xmake config -m ${{ matrix.buildtype }} -y -vv
0 commit comments