Skip to content

Commit 05b45d9

Browse files
committed
revert zig
1 parent 70f0037 commit 05b45d9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ jobs:
3838
- name: Install Zig
3939
uses: goto-bus-stop/setup-zig@v2
4040
with:
41-
version: 0.16.0
41+
version: 0.15.2
4242

4343
- name: Cache Zig
4444
uses: actions/cache@v4
4545
with:
4646
path: |
4747
~/.cache/zig
4848
${{ github.workspace }}/zig-cache
49-
key: ${{ runner.os }}-zig-0.16.0-${{ hashFiles('**/*.zig', 'build.zig', 'build.zig.zon') }}
49+
key: ${{ runner.os }}-zig-0.15.2-${{ hashFiles('**/*.zig', 'build.zig', 'build.zig.zon') }}
5050
restore-keys: |
51-
${{ runner.os }}-zig-0.16.0-
51+
${{ runner.os }}-zig-0.15.2-
5252
5353
- name: Install Rust
5454
uses: dtolnay/rust-toolchain@stable

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ jobs:
3838
- name: Install Zig
3939
uses: goto-bus-stop/setup-zig@v2
4040
with:
41-
version: 0.16.0
41+
version: 0.15.2
4242

4343
- name: Cache Zig
4444
uses: actions/cache@v5
4545
with:
4646
path: |
4747
~/.cache/zig
4848
${{ github.workspace }}/zig-cache
49-
key: ${{ runner.os }}-zig-0.16.0-${{ hashFiles('**/*.zig', 'build.zig', 'build.zig.zon') }}
49+
key: ${{ runner.os }}-zig-0.15.2-${{ hashFiles('**/*.zig', 'build.zig', 'build.zig.zon') }}
5050
restore-keys: |
51-
${{ runner.os }}-zig-0.16.0-
51+
${{ runner.os }}-zig-0.15.2-
5252
5353
- name: Install Rust
5454
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)