Skip to content

Commit 0cd4ac5

Browse files
committed
ci: use master branch xmake
1 parent 51be169 commit 0cd4ac5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- uses: xmake-io/github-action-setup-xmake@v1
21+
with:
22+
xmake-version: branch@master
2123

2224
- uses: actions/cache@v4
2325
with:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
- uses: actions/checkout@v4
1111

1212
- uses: xmake-io/github-action-setup-xmake@v1
13+
with:
14+
xmake-version: branch@master
1315

1416
- uses: actions/cache@v4
1517
with:

0 commit comments

Comments
 (0)