Update environment setting for Github Actions API updates

This commit is contained in:
Alex Gaynor 2020-10-12 16:19:34 -04:00 committed by GitHub
parent d6e624ba65
commit f855daf7e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}