Skip to content

Commit

Permalink
fixed build issue with gh-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iChristwin committed Jan 23, 2025
1 parent b97c0fb commit 34c0f55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "dev-2.0" ]
pull_request:
branches: [ "dev-2.0" ]
branches: [ "main" ]

env:
FOUNDRY_PROFILE: ci
Expand All @@ -24,11 +24,12 @@ jobs:
- name: Install Foundry
uses: foundry-rs/[email protected]
with:
version: nightly
version: stable

- name: Run Forge build
run: |
forge --version
forge soldeer install
forge build --sizes
id: build

Expand Down

0 comments on commit 34c0f55

Please sign in to comment.