Skip to content

Commit 2620c59

Browse files
committed
ci: fix
1 parent 6d53fa8 commit 2620c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: mlugg/setup-zig@v1
17-
- run: cargo build --test
18-
- run: cargo build
17+
- run: zig build --test
18+
- run: zig build
1919
dependabot:
2020
needs: [build]
2121
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)