Skip to content

Commit

Permalink
👷 Change rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Jan 27, 2024
1 parent 15bfe18 commit 69ee946
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
yarn --frozen-lockfile --network-concurrency 2
- name: install rust
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.73.0
with:
toolchain: stable

Expand Down Expand Up @@ -151,7 +151,6 @@ jobs:
cargo --version
cargo install --path cli --force --locked
bolt init test-project --force
sleep 5
cd test-project && bolt test
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 69ee946

Please sign in to comment.