Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
HrikB committed Feb 5, 2024
1 parent cc36431 commit 7a4defa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: "recursive"

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand All @@ -120,11 +122,6 @@ jobs:
- name: Run Forge build
run: |
forge --version
forge install
echo installing
sudo apt-get install tree # For Ubuntu
# For macOS, use: brew install tree
tree
id: build

- name: Run Forge tests
Expand Down

0 comments on commit 7a4defa

Please sign in to comment.