Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
StringNick committed Jun 16, 2024
1 parent 168ae8f commit 7f536f0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ jobs:
steps:
- uses: actions/checkout@v4

# - name: Set up Zig
# uses: korandoru/setup-zig@v1
# with:
# zig-version: master

- name: Setup Rust
uses: actions-rs/toolchain@v1
- name: Set up Zig
uses: korandoru/setup-zig@v1
with:
toolchain: stable
zig-version: master

# - name: Setup Rust
# uses: actions-rs/toolchain@v1
# with:
# toolchain: stable

- name: Install python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 7f536f0

Please sign in to comment.