From ff68cfb4e13360127cfa91403c1df1a0e3c2fd43 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sun, 3 Mar 2024 01:58:41 +0100 Subject: [PATCH] ci: use cimaster image --- .gitea/workflows/ci.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6feecec..57a1d09 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -3,16 +3,11 @@ on: [push, pull_request] jobs: Test: - runs-on: ubuntu-latest + runs-on: cimaster-latest steps: - name: 📦 Checkout repository uses: actions/checkout@v3 - - name: 🦀 Setup Rust - uses: https://github.com/ATiltedTree/setup-rust@v1 - with: - rust-version: stable - components: clippy - - name: 📥 Setup Rust cache + - name: 🦀 Setup Rust cache uses: https://github.com/Swatinem/rust-cache@v2 with: cache-on-failure: "true"