diff options
| author | 2024-04-14 19:31:49 +0200 | |
|---|---|---|
| committer | 2024-04-14 19:31:53 +0200 | |
| commit | 72dbc9b4c7b773afad26ed98522758d8cea0f39a (patch) | |
| tree | fd3af39ff8520ba32d6d2689455cd413eb1a0a9d | |
| parent | Merge pull request #157 from vrischmann/update-latest-zig (diff) | |
| download | zig-sqlite-72dbc9b4c7b773afad26ed98522758d8cea0f39a.tar.gz zig-sqlite-72dbc9b4c7b773afad26ed98522758d8cea0f39a.tar.xz zig-sqlite-72dbc9b4c7b773afad26ed98522758d8cea0f39a.zip | |
ci: reenable windows
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index adc7db1..d0d1666 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -29,7 +29,7 @@ jobs: | |||
| 29 | strategy: | 29 | strategy: |
| 30 | fail-fast: false | 30 | fail-fast: false |
| 31 | matrix: | 31 | matrix: |
| 32 | os: [ubuntu-latest, macos-latest, macos-12] | 32 | os: [ubuntu-latest, windows-latest, macos-latest] |
| 33 | runs-on: ${{ matrix.os }} | 33 | runs-on: ${{ matrix.os }} |
| 34 | steps: | 34 | steps: |
| 35 | - uses: actions/checkout@v4 | 35 | - uses: actions/checkout@v4 |
| @@ -40,7 +40,6 @@ jobs: | |||
| 40 | version: master | 40 | version: master |
| 41 | 41 | ||
| 42 | - uses: actions/cache@v4 | 42 | - uses: actions/cache@v4 |
| 43 | if: ${{ matrix.os != 'windows-latest' }} | ||
| 44 | with: | 43 | with: |
| 45 | path: | | 44 | path: | |
| 46 | zig-cache | 45 | zig-cache |