Skip to content

Commit

Permalink
fix(ci): add back build-setup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Jan 23, 2025
1 parent 38fffe6 commit a6b9c81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-setup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file is used to install the Foundry toolchain and verify the installation.

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

- name: Verify Forge installation
run: forge --version

0 comments on commit a6b9c81

Please sign in to comment.