From 84ac12a98e290821708a8b52fb154345de75525f Mon Sep 17 00:00:00 2001 From: Akulij Date: Sat, 3 May 2025 23:12:16 +0300 Subject: [PATCH] reorder to download toolchain before checkout --- .gitea/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 28e68bc..92f3187 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -6,8 +6,8 @@ jobs: name: cargo build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable + - uses: actions/checkout@v4 - run: cargo build --release --target x86_64-unknown-linux-gnu - run: | ls target