Skip to content

Commit

Permalink
ci: missing ::add-path::
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarsop authored Nov 18, 2020
1 parent a2e07cb commit 1f363aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install gnu-tar
echo "::add-path::/usr/local/opt/gnu-tar/libexec/gnubin"
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
# Cache files between builds
- name: Setup | Cache Cargo
Expand Down

0 comments on commit 1f363aa

Please sign in to comment.