Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zommiommy committed Jun 14, 2024
1 parent 00bff32 commit 5710431
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: Install Maturin
run: python3 -m pip install 'maturin[zig]'
- uses: korandoru/setup-zig@v1
with:
zig-version: 0.13.0
Expand Down

0 comments on commit 5710431

Please sign in to comment.