diff options
| author | 2024-02-02 15:49:03 +0100 | |
|---|---|---|
| committer | 2024-02-02 15:54:06 +0100 | |
| commit | 4267b0b60ef6f87cccf3ee6ed481e6d0759180c6 (patch) | |
| tree | 183bf1289145871e03e5648748dff6c0429597b0 /.github/workflows/main.yml | |
| parent | Remove gyro.zzz (diff) | |
| download | zig-clap-4267b0b60ef6f87cccf3ee6ed481e6d0759180c6.tar.gz zig-clap-4267b0b60ef6f87cccf3ee6ed481e6d0759180c6.tar.xz zig-clap-4267b0b60ef6f87cccf3ee6ed481e6d0759180c6.zip | |
cicd: Only depend on major versions
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f24c1c1..62adc41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -17,7 +17,7 @@ jobs: | |||
| 17 | - uses: actions/checkout@v3 | 17 | - uses: actions/checkout@v3 |
| 18 | with: | 18 | with: |
| 19 | submodules: recursive | 19 | submodules: recursive |
| 20 | - uses: goto-bus-stop/setup-zig@v2.0.1 | 20 | - uses: goto-bus-stop/setup-zig@v2 |
| 21 | with: | 21 | with: |
| 22 | version: master | 22 | version: master |
| 23 | - run: zig build ${{ matrix.step }} -Doptimize=${{ matrix.optimize }} | 23 | - run: zig build ${{ matrix.step }} -Doptimize=${{ matrix.optimize }} |
| @@ -25,7 +25,7 @@ jobs: | |||
| 25 | runs-on: ubuntu-latest | 25 | runs-on: ubuntu-latest |
| 26 | steps: | 26 | steps: |
| 27 | - uses: actions/checkout@v3 | 27 | - uses: actions/checkout@v3 |
| 28 | - uses: goto-bus-stop/setup-zig@v2.0.1 | 28 | - uses: goto-bus-stop/setup-zig@v2 |
| 29 | with: | 29 | with: |
| 30 | version: master | 30 | version: master |
| 31 | - run: zig fmt --check . | 31 | - run: zig fmt --check . |