From d1c29de40f622ca1010a306133e5388ef446cdf7 Mon Sep 17 00:00:00 2001 From: Peter Neuroth Date: Fri, 23 Feb 2024 12:33:17 +0100 Subject: [PATCH] ci: Update python builds to use stable toolchain Maturin was broken on the nightly toolchain (missing libatomic.so) Signed-off-by: Peter Neuroth --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3096716a4..ce7a895b0 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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