Skip to content

Commit 56d8ff1

Browse files
committed
can't stop me
1 parent 50e380b commit 56d8ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- name: Install libarchive
1717
run: sudo apt update && sudo apt install libarchive-dev
1818
- name: Install zig
19-
run: wget https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz && tar -xvf zig-linux-x86_64-0.13.0.tar.xz
19+
run: wget https://ziglang.org/download/0.14.0/zig-linux-x86_64-0.14.0.tar.xz && tar -xvf zig-linux-x86_64-0.14.0.tar.xz
2020
- name: Compile
21-
run: ./zig-linux-x86_64-0.13.0/zig build -Doptimize=ReleaseFast -Dcpu=baseline
21+
run: ./zig-linux-x86_64-0.14.0/zig build -Doptimize=ReleaseFast -Dcpu=baseline
2222
- name: Compute Short SHA
2323
id: vars
2424
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)