authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-01-25 16:52:25 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-01-25 16:52:25 -08:00
log18b678660e975a7eb6299e57ef84163527734f7f
tree2503ca09bd72e26125802a73c37fd5a8bbb32fa5
parent8ce6e12106c6247e58058614f600fc7fe749a059

circleci- switch to zig 0.7.1


1 files changed, 1 insertions(+), 1 deletions(-)

.circleci/config.yml+1-1
...@@ -15,7 +15,7 @@ jobs:...@@ -15,7 +15,7 @@ jobs:
15 - run: git submodule update --init --recursive15 - run: git submodule update --init --recursive
1616
17 - run: apt -y install xz-utils jq17 - run: apt -y install xz-utils jq
18 - run: ./download_zig.sh 0.7.018 - run: ./download_zig.sh 0.7.1
19 - run: zig version19 - run: zig version
20 - run: zig env20 - run: zig env
21 - run: ./build_all_zig.sh21 - run: ./build_all_zig.sh