Skip to content

Commit

Permalink
Fix build action (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 authored Jan 16, 2024
1 parent 4931e2b commit 0fa906e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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/[email protected]
with:
Expand Down

0 comments on commit 0fa906e

Please sign in to comment.