| author | |
| committer | |
| log | cffd3642f4f37d3a10db16a076145dc95141a10e |
| tree | 6be5c5ace5dfc27903191de4d54e43591bcb9318 |
| parent | 12ab78a7eba0084eb1ffa7deabfe56757b2661a1 |
1 files changed, 1 insertions(+), 1 deletions(-)
.circleci/config.yml+1-1| ... | ... | @@ -15,7 +15,7 @@ jobs: |
| 15 | 15 | - run: git submodule update --init --recursive |
| 16 | 16 | |
| 17 | 17 | - run: apt -y install xz-utils jq |
| 18 | - run: ./download_zig.sh 0.9.0-dev.1343+75cecef63 | |
| 18 | - run: ./download_zig.sh 0.9.0-dev.1444+e2a2e6c14 | |
| 19 | 19 | - run: zig version |
| 20 | 20 | - run: zig env |
| 21 | 21 | - run: zig build -Dbootstrap |