Skip to content

Commit

Permalink
make the actions actually install the version of rust for the tests r…
Browse files Browse the repository at this point in the history
…ather than using the one packaged with the docker container
  • Loading branch information
EclecticGriffin committed Dec 16, 2024
1 parent 18c2128 commit f2f4a58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
git checkout -f $GITHUB_SHA
git clean -fd
- name: Install Rust stable
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -159,6 +162,9 @@ jobs:
git checkout -f $GITHUB_SHA
git clean -fd
- name: Install Rust stable
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install calyx-py, MrXL, and queues
working-directory: /home/calyx
run: |
Expand Down Expand Up @@ -226,6 +232,9 @@ jobs:
git checkout -f $GITHUB_SHA
git clean -fd
- name: Install Rust stable
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit f2f4a58

Please sign in to comment.