Skip to content

Commit 1f363aa

Browse files
authored
ci: missing ::add-path::
1 parent a2e07cb commit 1f363aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
if: runner.os == 'macOS'
118118
run: |
119119
brew install gnu-tar
120-
echo "::add-path::/usr/local/opt/gnu-tar/libexec/gnubin"
120+
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
121121
122122
# Cache files between builds
123123
- name: Setup | Cache Cargo

0 commit comments

Comments
 (0)