Skip to content

Commit

Permalink
Install Go, Foundry and build the OP program.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Oct 18, 2024
1 parent b758314 commit 58eb06b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/o1vm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ jobs:
python-version: "3.13"
check-latest: true

- name: Install the Go
uses: actions/setup-go@v5
with:
go-version: "^1.21"

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

- name: Build the OP program
run: |
make -C ./ethereum-optimism/op-program op-program
- name: Start the local HTTP server
run: |
python -m http.server 8765 &
Expand Down

0 comments on commit 58eb06b

Please sign in to comment.