File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments