diff options
| author | 2024-04-14 18:27:26 +0200 | |
|---|---|---|
| committer | 2024-04-14 18:27:26 +0200 | |
| commit | a16c3fe76e70099d5de06e8355eabd8b2cfccee0 (patch) | |
| tree | 3e9d04c54912a66e7c1d119e893a7f778f082066 /.github/workflows | |
| parent | Merge pull request #154 from JacobCrabill/dev/zig-0.12-modules (diff) | |
| parent | build: use the already defined sqlite module (diff) | |
| download | zig-sqlite-a16c3fe76e70099d5de06e8355eabd8b2cfccee0.tar.gz zig-sqlite-a16c3fe76e70099d5de06e8355eabd8b2cfccee0.tar.xz zig-sqlite-a16c3fe76e70099d5de06e8355eabd8b2cfccee0.zip | |
Merge pull request #157 from vrischmann/update-latest-zig
fix for latest zig
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 9fcc881..adc7db1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -19,7 +19,7 @@ jobs: | |||
| 19 | lint: | 19 | lint: |
| 20 | runs-on: ubuntu-latest | 20 | runs-on: ubuntu-latest |
| 21 | steps: | 21 | steps: |
| 22 | - uses: actions/checkout@v3 | 22 | - uses: actions/checkout@v4 |
| 23 | - uses: goto-bus-stop/setup-zig@v2 | 23 | - uses: goto-bus-stop/setup-zig@v2 |
| 24 | with: | 24 | with: |
| 25 | version: master | 25 | version: master |
| @@ -39,7 +39,7 @@ jobs: | |||
| 39 | with: | 39 | with: |
| 40 | version: master | 40 | version: master |
| 41 | 41 | ||
| 42 | - uses: actions/cache@v3 | 42 | - uses: actions/cache@v4 |
| 43 | if: ${{ matrix.os != 'windows-latest' }} | 43 | if: ${{ matrix.os != 'windows-latest' }} |
| 44 | with: | 44 | with: |
| 45 | path: | | 45 | path: | |