Skip to content

Commit

Permalink
remove locked installation
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasArrachea committed Sep 11, 2024
1 parent 2444201 commit c363c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
cache-on-failure: true

- name: Install Foundry
run: cargo install --git https://github.com/foundry-rs/foundry --profile release --rev 5b7e4cb3c882b28f3c32ba580de27ce7381f415a --locked forge cast chisel anvil
run: cargo install --git https://github.com/foundry-rs/foundry --profile release --rev 5b7e4cb3c882b28f3c32ba580de27ce7381f415a forge cast chisel anvil

- name: docker
uses: docker-practice/actions-setup-docker@master
Expand Down

0 comments on commit c363c94

Please sign in to comment.