Skip to content

Commit

Permalink
feat: update Zig to v0.11.0 (#3484)
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Aug 23, 2023
1 parent fa4e81f commit ee1729c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/zig-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# set up sccache
set -e
MATRIX_OS=${1}
ZIG_VER=0.9.1
ZIG_VER=0.11.0
LLVM_VER=14
ARCH=x86_64
echo "installing zig matrix.os=$MATRIX_OS version=$ZIG_VER"
Expand Down

0 comments on commit ee1729c

Please sign in to comment.