Skip to content

Commit

Permalink
Update zig version in github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bfeldpw committed Jan 23, 2024
1 parent 2d7a02c commit f5f4bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
sudo apt install libglfw3
sudo apt install libglfw3-dev
sudo apt install xz-utils
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.1802+56deb5b05.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.2327+b0c8a3f31.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: Compile
run: |
zig build --summary all
Expand Down

0 comments on commit f5f4bac

Please sign in to comment.