Skip to content

Commit 0b25634

Browse files
committed
fix: fix build workflow
1 parent 796f003 commit 0b25634

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: xmake-io/github-action-setup-xmake@v1
1818
with:
19-
xmake-version: branch@master
19+
xmake-version: 2.9.9
2020

2121
- run: |
2222
xmake repo -u

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: xmake-io/github-action-setup-xmake@v1
1818
with:
19-
xmake-version: branch@master
19+
xmake-version: 2.9.9
2020

2121
- run: |
2222
xmake repo -u

0 commit comments

Comments
 (0)