From 0c3e86cf00b171ed93b982787e464aa2bac06993 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Thu, 2 Jul 2026 22:01:13 -0500 Subject: [PATCH] Skip update step, since updates are handled by separate process --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 91659b7..fbb54c6 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: # - nightly steps: - uses: actions/checkout@v4 - - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} + # - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: cargo build --verbose - run: cargo test --verbose - run: cargo build --release --target=x86_64-unknown-linux-musl