From 997f452a123877fdb212ac3dc4da7194d347f9a1 Mon Sep 17 00:00:00 2001 From: core Date: Tue, 4 Mar 2025 21:07:05 -0500 Subject: [PATCH] fix ci workflow 9 --- .forgejo/workflows/check_latest_dependencies.yml | 2 +- .forgejo/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/check_latest_dependencies.yml b/.forgejo/workflows/check_latest_dependencies.yml index 6ad2a35..25165c7 100644 --- a/.forgejo/workflows/check_latest_dependencies.yml +++ b/.forgejo/workflows/check_latest_dependencies.yml @@ -19,7 +19,7 @@ jobs: CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow steps: - uses: actions/checkout@v4 - - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y + - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s - -y - run: rustup update stable && rustup default stable - run: cargo update --verbose - run: cargo build --verbose diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index a02a247..23bc18d 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - nightly steps: - uses: actions/checkout@v4 - - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y + - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s - -y - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: cargo build - run: cargo test