Commit 51efdfd7 authored by Will Cory's avatar Will Cory

chore: remove forge hack

parent ace97bbc
......@@ -28,16 +28,6 @@ runs:
shell: bash
run: pnpm install --frozen-lockfile
# Workaround for parallel building with forge:
# we need to run a build on a single package to make sure
# that no race conditions happen with multiple forge instances
# later when we call nx build
# see https://github.com/foundry-rs/foundry/issues/4736
- name: Forge issue 4736 workaround
shell: bash
working-directory: packages/contracts-bedrock
run: forge build
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment