Skip to content

Commit de0133b

Browse files
committed
fix syntax error in build.yml
1 parent c8db2ec commit de0133b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [windows-latest, ubuntu-latest, macos-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:
17-
uses: actions/checkout@v4
17+
- uses: actions/checkout@v4
1818

1919
- name: Setup Zig
2020
uses: mlugg/setup-zig@v2

0 commit comments

Comments
 (0)