CI-hardening: escape the msys2-location output
While that comes from our own action, so we can in theory trust it, escape it for good measure. Can't hurt and silences a warning.
This commit is contained in:
parent
7c78444174
commit
7eed3d8bc1
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -177,7 +177,8 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GITHUB_TOKEN_READONLY: ${{ secrets.GITHUBTOKENREADONLY }}
|
GITHUB_TOKEN_READONLY: ${{ secrets.GITHUBTOKENREADONLY }}
|
||||||
GITHUB_RUN_NAME: ${{ matrix.name }}
|
GITHUB_RUN_NAME: ${{ matrix.name }}
|
||||||
|
MSYS2_ROOT: ${{ steps.msys2.outputs.msys2-location }}
|
||||||
run: |
|
run: |
|
||||||
$env:VCPKG_ROOT=''
|
$env:VCPKG_ROOT=''
|
||||||
$BUILD_ROOT='C:\'
|
$BUILD_ROOT='C:\'
|
||||||
python -m msys2_autobuild build ${{ matrix.build-args }} '${{ steps.msys2.outputs.msys2-location }}' "$BUILD_ROOT"
|
python -m msys2_autobuild build ${{ matrix.build-args }} "$env:MSYS2_ROOT" "$BUILD_ROOT"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user