Skip to content

Commit

Permalink
circleci- download_zig was missing jq
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Aug 8, 2021
1 parent 2a400d9 commit 5b5076e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
path: ./bin/
destination: /artifacts/

- run: apt -y install wget tar xz-utils
- run: apt -y install wget tar xz-utils jq
- run: ./download_zig.sh 0.9.0-dev.689+507dc1f2e
- run: zig version
- run: zig env
Expand Down

0 comments on commit 5b5076e

Please sign in to comment.