Skip to content

Commit

Permalink
fix(ci): install job
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 16, 2024
1 parent a6a16af commit c8be9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: mlugg/setup-zig@v1

- name: Run `install`
run: zig build install -Duse-curl -Duse-bz2
run: zig build install

fmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c8be9c7

Please sign in to comment.