Skip to content

Commit

Permalink
ci: Update python builds to use stable toolchain
Browse files Browse the repository at this point in the history
Maturin was broken on the nightly toolchain (missing libatomic.so)

Signed-off-by: Peter Neuroth <[email protected]>
  • Loading branch information
nepet authored and cdecker committed Feb 26, 2024
1 parent 43017c9 commit 9b6001c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
working-directory: libs/gl-client-py
rust-toolchain: nightly
rust-toolchain: stable
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist
Expand Down

0 comments on commit 9b6001c

Please sign in to comment.