Skip to content

Commit 365f3f6

Browse files
committed
xmake-version: 2.9.6
1 parent 5494cbd commit 365f3f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- run: deno task cache
9999
- uses: xmake-io/github-action-setup-xmake@v1
100100
with:
101-
xmake-version: branch@v2.9.6
101+
xmake-version: 2.9.6
102102
actions-cache-folder: ".xmake-cache"
103103

104104
- run: xmake l install.lua

.github/workflows/llvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- run: deno task cache
7777
- uses: xmake-io/github-action-setup-xmake@v1
7878
with:
79-
xmake-version: branch@v2.9.6
79+
xmake-version: 2.9.6
8080
actions-cache-folder: ".xmake-cache"
8181
- run: xmake l install.lua
8282
- run: deno run -A xmake.ts --mode=test --group=test --toolchain=llvm --sdk=/opt/homebrew/opt/llvm@16/

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: xmake-io/github-action-setup-xmake@v1
6262

6363
with:
64-
xmake-version: branch@v2.9.6
64+
xmake-version: 2.9.6
6565
actions-cache-folder: ".xmake-cache"
6666

6767
- run: deno task cache

0 commit comments

Comments
 (0)