diff options
| author | 2022-12-09 11:04:39 +0100 | |
|---|---|---|
| committer | 2022-12-09 11:04:39 +0100 | |
| commit | 8a38c14266d1d00e0c3aee16b2e2b69675209147 (patch) | |
| tree | baff6998e95bc24aa4ccc19f85fd8c21bfb25fa4 /.github/workflows/main.yml | |
| parent | Update to newest version of zig (diff) | |
| download | zig-clap-8a38c14266d1d00e0c3aee16b2e2b69675209147.tar.gz zig-clap-8a38c14266d1d00e0c3aee16b2e2b69675209147.tar.xz zig-clap-8a38c14266d1d00e0c3aee16b2e2b69675209147.zip | |
Fix cicd
Diffstat (limited to '.github/workflows/main.yml')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6db22b7..c02299c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -20,7 +20,7 @@ jobs: | |||
| 20 | - uses: goto-bus-stop/setup-zig@v2.0.1 | 20 | - uses: goto-bus-stop/setup-zig@v2.0.1 |
| 21 | with: | 21 | with: |
| 22 | version: master | 22 | version: master |
| 23 | - run: zig build ${{ matrix.step }} -D${{ matrix.compiler }} -D${{ matrix.release }} | 23 | - run: zig build ${{ matrix.step }} -D${{ matrix.release }} |
| 24 | lint: | 24 | lint: |
| 25 | runs-on: ubuntu-latest | 25 | runs-on: ubuntu-latest |
| 26 | steps: | 26 | steps: |