Skip to content

Commit

Permalink
Fix GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Aug 21, 2024
1 parent 1d6f1a0 commit 059e39f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@ jobs:
name: Forge
runs-on: macos-latest
steps:
- name: Check Git Setup
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
which git
git --version
ls -a
- name: Checkout Code
uses: actions/checkout@v2

- name: Install Foundry
run: |
Expand All @@ -40,8 +36,7 @@ jobs:
run: forge --version

- name: Set up Foundry cache
run: |
forge install
run: forge install

- name: Run build script
run: |
Expand Down

0 comments on commit 059e39f

Please sign in to comment.