From 341a49dd8c9f40e185da0d168b166528d3e2d5f2 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sun, 10 Nov 2024 01:18:11 +0800 Subject: [PATCH] Revert "add workflow" This reverts commit 4b1ffd387a1f28d337d431aea82fd6ad0614fefb. --- .gitea/workflows/default.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index 58601d2..d2d43b1 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -12,11 +12,13 @@ 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: