Skip to content

Commit 73e6a67

Browse files
committed
fix ci
1 parent dd9b51c commit 73e6a67

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ 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-
build-cache: true
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
2829

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

0 commit comments

Comments
 (0)