Skip to content

Commit

Permalink
Remove foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Oct 30, 2023
1 parent 7d9b6b1 commit effe06e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install and build all package dependencies
run: npm ci
env:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install and build all package dependencies
run: npm ci
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install and build all package dependencies
run: npm ci
env:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install and build all package dependencies
run: npm ci
env:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ npm run dev:ethereum

See the [@casimir/ethereum README.md](contracts/ethereum/README.md) for detailed documentation.

> 🚩 You may need to manually [install Foundry](https://book.getfoundry.sh/getting-started/installation).
### Common

The common packages provide shared code for the project:
Expand Down

0 comments on commit effe06e

Please sign in to comment.