Skip to content

Commit

Permalink
Does this fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
crispymangoes committed Oct 28, 2024
1 parent 29961f3 commit de0e345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Run Forge build
run: |
forge install
forge --version
forge build
id: build

Expand Down
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ remappings = [
"ds-test/=lib/forge-std/lib/ds-test/src/",
"@openzeppelin/=lib/openzeppelin-contracts/",
"@ccip=lib/ccip/",
"@oapp-auth=lib/OappAuth/src/",
"@oapp-auth=lib/OAppAuth/src/",
]


Expand Down

0 comments on commit de0e345

Please sign in to comment.