diff options
| author | 2023-05-31 23:06:09 +0200 | |
|---|---|---|
| committer | 2023-05-31 23:06:09 +0200 | |
| commit | 95c48ff4b1801e911e2005389a62202834b54bed (patch) | |
| tree | 6cbc91b468b9ded8f4b2cc2c2a6e9d1bf59f3d2f /.github | |
| parent | ci: only run the workflow if a zig file is modified (diff) | |
| download | zig-sqlite-95c48ff4b1801e911e2005389a62202834b54bed.tar.gz zig-sqlite-95c48ff4b1801e911e2005389a62202834b54bed.tar.xz zig-sqlite-95c48ff4b1801e911e2005389a62202834b54bed.zip | |
ci: use setup-zig@v2
Diffstat (limited to '.github')
| -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 1890728..d53dad5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -20,7 +20,7 @@ jobs: | |||
| 20 | runs-on: ubuntu-latest | 20 | runs-on: ubuntu-latest |
| 21 | steps: | 21 | steps: |
| 22 | - uses: actions/checkout@v2 | 22 | - uses: actions/checkout@v2 |
| 23 | - uses: goto-bus-stop/setup-zig@v1 | 23 | - uses: goto-bus-stop/setup-zig@v2 |
| 24 | with: | 24 | with: |
| 25 | version: master | 25 | version: master |
| 26 | - run: zig fmt --check *.zig | 26 | - run: zig fmt --check *.zig |
| @@ -35,7 +35,7 @@ jobs: | |||
| 35 | - uses: actions/checkout@v2 | 35 | - uses: actions/checkout@v2 |
| 36 | with: | 36 | with: |
| 37 | submodules: true | 37 | submodules: true |
| 38 | - uses: goto-bus-stop/setup-zig@v1 | 38 | - uses: goto-bus-stop/setup-zig@v2 |
| 39 | with: | 39 | with: |
| 40 | version: master | 40 | version: master |
| 41 | 41 | ||