Merge pull request #1233 from alex/patch-1
Update environment setting for Github Actions API updates
This commit is contained in:
commit
6e46bca536
|
@ -81,7 +81,7 @@ jobs:
|
||||||
|
|
||||||
- if: matrix.platform.os == 'ubuntu-latest'
|
- if: matrix.platform.os == 'ubuntu-latest'
|
||||||
name: Prepare LD_LIBRARY_PATH (Ubuntu only)
|
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 }}
|
- run: rustup set default-host ${{ matrix.platform.rust-target }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue