Skip to content

Commit

Permalink
call zig init instead of zig init-exe build_runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Nov 22, 2023
1 parent 71d2c33 commit ad5faae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
mkdir $RUNNER_TEMP/TEMP_ZIG_PROJECT
cd $RUNNER_TEMP/TEMP_ZIG_PROJECT
zig init-exe
zig init
- name: Check build_runner builds
run: |
Expand Down

0 comments on commit ad5faae

Please sign in to comment.