Skip to content

Commit

Permalink
maybe doing this first will help for some reason?
Browse files Browse the repository at this point in the history
  • Loading branch information
EclecticGriffin committed Dec 16, 2024
1 parent bd10340 commit 5259184
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
packages: read
container: ghcr.io/calyxir/calyx:${{ needs.hash.outputs.hash }}
steps:
- name: Install Rust stable
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Copy fud configuration
run: |
mkdir -p $HOME/.config
Expand All @@ -107,10 +109,8 @@ jobs:
git checkout -f $GITHUB_SHA
git clean -fd
- name: Install Rust stable
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache: false
- name: Build
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 5259184

Please sign in to comment.