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 23, 2023
1 parent 71d2c33 commit f5ad3f7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
if: github.repository_owner == 'zigtools'
strategy:
matrix:
zig_version: [master, 0.11.0]

include:
- master
zig-init: init
- 0.11.0
zig-init: init-exe
runs-on: ubuntu-latest

steps:
Expand All @@ -37,7 +40,7 @@ jobs:
run: |
mkdir $RUNNER_TEMP/TEMP_ZIG_PROJECT
cd $RUNNER_TEMP/TEMP_ZIG_PROJECT
zig init-exe
zig ${{ matrix.zig-init }}
- name: Check build_runner builds
run: |
Expand Down

0 comments on commit f5ad3f7

Please sign in to comment.