Skip to content

Commit

Permalink
Merge pull request #332 from morpho-org/fix/forge-install
Browse files Browse the repository at this point in the history
Add libs explicitly to foundry.toml
  • Loading branch information
QGarchery authored Dec 1, 2023
2 parents 303271e + 2dcb938 commit a4a6c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[profile.default]
src = "src"
test = "test/forge"
libs = ["lib"]
evm_version = "paris"
fs_permissions = [
{ access = "read", path = "./config/"},
Expand Down

0 comments on commit a4a6c3d

Please sign in to comment.