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 5710431 commit 08f7204
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install Openssl
run: apk add openssl-dev
- 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 All @@ -42,6 +36,12 @@ jobs:
toolchain: nightly-2024-06-13
components: rustfmt
cache-workspaces: bindings/python/
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: Install Maturin
run: python3 -m pip install 'maturin[zig]'
# Check
- name: Check that the package compiles
run: cargo check --manifest-path=bindings/python/Cargo.toml
Expand Down

0 comments on commit 08f7204

Please sign in to comment.