Skip to content

Commit fb63a3a

Browse files
fix typo in github actions main.yml
1 parent d453e2b commit fb63a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: mlugg/setup-zig@v2
17+
- uses: mlugg/setup-zig@v1
1818
with:
1919
version: 0.13.0
2020
- name: Build

0 commit comments

Comments
 (0)