Skip to content

Commit d7860b0

Browse files
author
epicbigcat
committed
fix: ci need setup toolchain.
1 parent 8c59d0a commit d7860b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
with:
2525
xmake-version: branch@dev
2626

27+
- uses: mlugg/setup-zig@v1
28+
with:
29+
version: 0.13.0
30+
2731
- name: Restore xmake cache
2832
uses: actions/cache@v4
2933
with:

0 commit comments

Comments
 (0)