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 cdcffa3 commit 60ae3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
container:
image: quay.io/pypa/musllinux_1_1_x86_64
env:
RUSTFLAGS: "" # for some reason it has -D warnings by default
steps:
# setup env
- uses: actions/checkout@v4
Expand All @@ -39,8 +41,6 @@ jobs:
# Check
- name: Check that the package compiles
run: cargo check --manifest-path=bindings/python/Cargo.toml
env:
RUSTFLAGS: -A warnings
# actually build
- name: Build the package
run: python3 build.py
Expand Down

0 comments on commit 60ae3fe

Please sign in to comment.