Skip to content

Commit

Permalink
ci: fix Zig version used
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan-Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Mar 4, 2025
1 parent 471990d commit c96ccf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install Zig
uses: mlugg/[email protected]
with:
version: 0.13.0
version: master
- name: Install Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- name: Setup pyenv
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install Zig
uses: mlugg/[email protected]
with:
version: 0.13.0
version: master
- name: Install Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- name: Setup pyenv
Expand Down

0 comments on commit c96ccf8

Please sign in to comment.