Skip to content

Commit

Permalink
[ci] Remove insecure add-path usage.
Browse files Browse the repository at this point in the history
Not sure how the approach I found in
apollographql/federation#286
makes it secure, but if it works it works.
  • Loading branch information
anp committed Dec 26, 2020
1 parent 74fb3e7 commit 6a0d0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
brew install gnu-tar
echo "::add-path::/usr/local/opt/gnu-tar/libexec/gnubin"
echo PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >> $GITHUB_ENV
- uses: actions/cache@v2
with:
key: ${{ runner.os }}-ofl-${{ hashFiles('ofl/Cargo.lock') }}-${{ hashFiles('rust-toolchain')}}
Expand Down

0 comments on commit 6a0d0bd

Please sign in to comment.