From 60ae3fecc4b6099a6d935c804b5b174da93a239c Mon Sep 17 00:00:00 2001 From: Tommaso Fontana Date: Fri, 14 Jun 2024 12:55:28 +0200 Subject: [PATCH] fixing CI --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cea87c7e9483..d286a0e78ec6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 @@ -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