Skip to content

Commit

Permalink
fix: changed foundry installation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpanicError authored Dec 1, 2023
1 parent b2521ce commit 02d5bc6
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
submodules: recursive

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

- name: Install Huff
uses: huff-language/huff-toolchain@v2
Expand Down Expand Up @@ -45,9 +43,7 @@ jobs:
submodules: recursive

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

- name: Install Huff
uses: huff-language/huff-toolchain@v2
Expand All @@ -66,9 +62,7 @@ jobs:
- uses: actions/checkout@v3

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

- name: Print forge version
run: forge --version
Expand Down

0 comments on commit 02d5bc6

Please sign in to comment.