Skip to content

Commit

Permalink
Fix: Final workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Sep 16, 2024
1 parent 92ec028 commit 0a219b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
shell: bash

- name: Add Foundry to PATH
run: echo "$HOME/.foundry/bin" >> $GITHUB_PATH
run: echo "/home/runner/.config/.foundry/bin" >> $GITHUB_PATH

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

0 comments on commit 0a219b6

Please sign in to comment.