From cb6736abcc7022e626346d34b9757972563b622b Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 15 Aug 2023 10:56:48 +0200 Subject: [PATCH] .gitea/workflows/test.yaml aktualisiert --- .gitea/workflows/test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 59e18f8..7e32ecd 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -13,9 +13,7 @@ jobs: steps: - uses: https://github.com/actions/checkout@v3 - - uses: https://github.com/actions-rs/toolchain@v1 - with: - toolchain: stable + - uses: https://github.com/dtolnay/rust-toolchain@stable - name: Install flip-link run: cargo install flip-link