From 0fa906e98140e5a537926ba35f28f096ad294791 Mon Sep 17 00:00:00 2001 From: "Antonio F. T" Date: Tue, 16 Jan 2024 22:17:32 +0100 Subject: [PATCH] Fix build action (#49) --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d00da97..2ce28fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: secrets: inherit build: name: Build ENState 🚀 - runs-on: ubuntu-latest + runs-on: arc-runner-set needs: [test] env: SCCACHE_REDIS: "redis://redis.redis.svc.cluster.local:6379" @@ -25,11 +25,6 @@ jobs: with: fetch-depth: 0 - - run: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - rustup set auto-self-update disable - rustup toolchain install stable --profile minimal - - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.3 with: