From 4b1ffd387a1f28d337d431aea82fd6ad0614fefb Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sun, 10 Nov 2024 01:15:28 +0800 Subject: [PATCH] add workflow --- .gitea/workflows/default.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index d2d43b1..58601d2 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -12,13 +12,11 @@ env: jobs: build: runs-on: ubuntu-latest - + container: + image: rust:latest steps: - uses: actions/checkout@v3 - - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@stable - - name: Cache dependencies uses: actions/cache@v3 with: