diff --git a/.gitea/workflows/rust.yaml b/.gitea/workflows/rust.yaml index 0115026..695bf8f 100644 --- a/.gitea/workflows/rust.yaml +++ b/.gitea/workflows/rust.yaml @@ -18,6 +18,6 @@ jobs: steps: - uses: actions/checkout@v4 - - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} + - uses: actions-rust-lang/setup-rust-toolchain@v1 - run: cargo check --verbose - run: cargo build --verbose \ No newline at end of file