We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b72a1 commit a7693dcCopy full SHA for a7693dc
1 file changed
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
- clang-cl
28
steps:
29
- name: checkout
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
31
with:
32
submodules: recursive
33
@@ -37,9 +37,9 @@ jobs:
37
xmake-version: "latest"
38
actions-cache-folder: ".xmake-cache"
39
build-cache: true
40
- build-cache-key: ${{ matrix.toolchain }}
+ build-cache-key: ${{ matrix.mode }}-${{ matrix.toolchain }}
41
package-cache: true
42
- package-cache-key: ${{ matrix.toolchain }}
+ package-cache-key: ${{ matrix.mode }}-${{ matrix.toolchain }}
43
44
- name: config
45
run: xmake config -y --mode=${{ matrix.mode }} --toolchain=${{ matrix.toolchain }}
0 commit comments