Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Dec 27, 2024
1 parent 6a00878 commit ab574c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/test-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
- name: Set forc and fuel-core paths
shell: bash
run: |
echo "$GITHUB_WORKSPACE/internal/forc/forc-binaries" >> $GITHUB_PATH
echo "$GITHUB_WORKSPACE/internal/fuel-core/fuel-core-binaries" >> $GITHUB_PATH
echo "$GITHUB_WORKSPACE/internal/forc/forc-binaries/forc" >> $GITHUB_PATH
echo "$GITHUB_WORKSPACE/internal/fuel-core/fuel-core-binaries/fuel-core" >> $GITHUB_PATH
forc --version
fuel-core --version

0 comments on commit ab574c3

Please sign in to comment.