File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ jobs:
2929 run : |
3030 forge --version
3131
32+ - name : Run Forge Install
33+ run : |
34+ forge install
35+ id : install
36+
3237 - name : Run Forge fmt
3338 run : |
3439 forge fmt --check
3540 id : fmt
3641
37- - name : Install Soldeer
38- run : |
39- forge soldeer install
40- id : soldeer
41-
4242 - name : Run Forge build
4343 run : |
4444 forge build --sizes
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ src = "src"
33out = " out"
44libs = [" lib" ]
55
6- # See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-optionss
6+ # See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
77
88remappings = [
99 ' @solady/=lib/solady/src/' ,
You can’t perform that action at this time.
0 commit comments