From ae5d5bc2007335294c211d6f8f49c05bd4121ca8 Mon Sep 17 00:00:00 2001 From: "w.pomp" Date: Thu, 16 Apr 2026 19:00:42 +0200 Subject: [PATCH] CI workflow --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index df67f4b..511a429 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -54,11 +54,11 @@ jobs: export PATH="$CARGO_HOME/bin:$PATH" if ! command -v rustc >/dev/null 2>&1; then curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - source "$CARGO_HOME/env" 2>/dev/null || true - rustup default nightly - rustup target add x86_64-unknown-linux-gnu - rustup target add x86_64-pc-windows-msvc fi + source "$CARGO_HOME/env" 2>/dev/null || true + rustup default nightly + rustup target add x86_64-unknown-linux-gnu + rustup target add x86_64-pc-windows-msvc shell: bash - name: Install sccache and maturin