Skip to content

Commit

Permalink
fixup! ci: build devnet image
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Jan 3, 2024
1 parent 9a37be2 commit 5e8f246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
targets: rollups-devnet
project: ${{ vars.DEPOT_PROJECT }}
workdir: build
load: true

- name: Install Go
uses: actions/setup-go@v5
Expand Down
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ RUN curl -L https://foundry.paradigm.xyz | bash
SHELL ["/bin/bash", "-c"]
ENV PATH="~/.foundry/bin:${PATH}"
RUN foundryup
RUN ln -s ~/.foundry/bin/anvil /usr/local/bin/anvil

ARG RUNTIME_DIR
WORKDIR ${RUNTIME_DIR}
Expand Down

0 comments on commit 5e8f246

Please sign in to comment.