Skip to content

Commit

Permalink
fix: Initialized Huff compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpanicError authored Nov 26, 2023
1 parent ec3de5e commit fcbce62
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

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

- name: Install Huff
uses: huff-language/huff-toolchain@v2
with:
version: nightly

- name: Print forge version
run: forge --version
Expand All @@ -34,12 +41,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

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

- name: Install Huff
uses: huff-language/huff-toolchain@v2
with:
version: nightly

- name: Print forge version
run: forge --version

Expand Down

0 comments on commit fcbce62

Please sign in to comment.