Skip to content

Commit

Permalink
build workflow - uninstall rustup before installing it
Browse files Browse the repository at this point in the history
  • Loading branch information
pwilczynskiclearcode committed Jan 9, 2024
1 parent 2bfce3b commit 38d78fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,11 @@ jobs:
cp ./scripts/livepeer-vmagent ./bin/livepeer-vmagent
- name: Uninstall rustup if preexists
run: rm -rf ~/.rustup

- name: Configure Rust Toolchain
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@stable

- name: Build c2patool
uses: baptiste0928/cargo-install@v2
Expand Down

0 comments on commit 38d78fd

Please sign in to comment.