Update environment setting for Github Actions API updates
This commit is contained in:
parent
d6e624ba65
commit
f855daf7e2
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue