diff options
| author | 2020-11-10 18:35:32 +0100 | |
|---|---|---|
| committer | 2020-11-10 18:38:13 +0100 | |
| commit | 306a08dd393873b0b6dcd2ad62b939df84577db3 (patch) | |
| tree | 8fcfcdee2e1f202a142bf81cd915c4473b79a201 /.github/workflows | |
| parent | Merge branch 'master' into zig-master (diff) | |
| download | zig-clap-306a08dd393873b0b6dcd2ad62b939df84577db3.tar.gz zig-clap-306a08dd393873b0b6dcd2ad62b939df84577db3.tar.xz zig-clap-306a08dd393873b0b6dcd2ad62b939df84577db3.zip | |
Update ci to use 0.7.0
Diffstat (limited to '.github/workflows')
| -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 7418c8c..daa9885 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -12,7 +12,7 @@ jobs: | |||
| 12 | submodules: recursive | 12 | submodules: recursive |
| 13 | - uses: goto-bus-stop/setup-zig@v1.0.0 | 13 | - uses: goto-bus-stop/setup-zig@v1.0.0 |
| 14 | with: | 14 | with: |
| 15 | version: 0.6.0 | 15 | version: 0.7.0 |
| 16 | - run: zig build | 16 | - run: zig build |
| 17 | lint: | 17 | lint: |
| 18 | runs-on: ubuntu-latest | 18 | runs-on: ubuntu-latest |
| @@ -20,5 +20,5 @@ jobs: | |||
| 20 | - uses: actions/checkout@v1 | 20 | - uses: actions/checkout@v1 |
| 21 | - uses: goto-bus-stop/setup-zig@v1.0.0 | 21 | - uses: goto-bus-stop/setup-zig@v1.0.0 |
| 22 | with: | 22 | with: |
| 23 | version: 0.6.0 | 23 | version: 0.7.0 |
| 24 | - run: zig fmt --check . | 24 | - run: zig fmt --check . |