Skip to content

Commit 79817fa

Browse files
committed
fix ci probably
1 parent 4b31cd0 commit 79817fa

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- 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
22+
uses: xmake-io/github-action-setup-xmake@v1
23+
with:
24+
xmake-version: latest
25+
actions-cache-folder: '.xmake-cache-v2'
26+
package-cache: true
27+
build-cache: true
2928

3029
- name: Configure
3130
run: xmake config -m ${{ matrix.buildtype }} -y -vv

0 commit comments

Comments
 (0)