Skip to content

Commit

Permalink
Remove fixed version of Foundry from pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matjazv committed Jun 18, 2024
1 parent 4752cfd commit f0ee0f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,10 @@ jobs:
with:
submodules: recursive

#- name: Install Foundry
# uses: foundry-rs/foundry-toolchain@v1
# with:
# version: nightly

- uses: actions/checkout@v4
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
repository: foundry-rs/foundry
path: ./foundry
submodules: recursive
ref: 5ac78a9cd4b94dc53d1fe5e0f42372b28b5a7559

- name: Install Forge
run: |
cargo install --path ./foundry/crates/forge --profile local --force --locked
version: nightly

- name: Check formatting
if: ${{ contains(matrix.system.os, 'windows') == false }}
Expand Down
5 changes: 0 additions & 5 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ ast = true
build_info = true
extra_output = ["storageLayout"]

ffi = true
ast = true
build_info = true
extra_output = ["storageLayout"]

[fmt]
line_length = 120
multiline_func_header = 'all'
Expand Down

0 comments on commit f0ee0f1

Please sign in to comment.