Skip to content

Commit

Permalink
Merge pull request #1233 from alex/patch-1
Browse files Browse the repository at this point in the history
Update environment setting for Github Actions API updates
  • Loading branch information
davidhewitt authored Oct 12, 2020
2 parents d6e624b + f855daf commit 6e46bca
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 @@ -81,7 +81,7 @@ jobs:

- if: matrix.platform.os == 'ubuntu-latest'
name: Prepare LD_LIBRARY_PATH (Ubuntu only)
run: echo ::set-env name=LD_LIBRARY_PATH::${pythonLocation}/lib
run: echo LD_LIBRARY_PATH=${pythonLocation}/lib > $GITHUB_ENV

- run: rustup set default-host ${{ matrix.platform.rust-target }}

Expand Down

0 comments on commit 6e46bca

Please sign in to comment.