Use C: for building in CI
According to the issue tracker this has more free space than D: now
This commit is contained in:
parent
d57e41758e
commit
042444026c
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -61,6 +61,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
$env:PACKAGER='CI (msys2-devtools/' + $env:GITHUB_SHA.Substring(0, 8) + '/' + $env:GITHUB_RUN_ID + ')'
|
||||
$BUILD_ROOT=((Get-Location).Drive.Root) + '_'
|
||||
$BUILD_ROOT='C:\_'
|
||||
$MSYS2_ROOT=(msys2 -c 'cygpath -w /')
|
||||
Get-PSDrive -PSProvider FileSystem
|
||||
python autobuild.py build "$MSYS2_ROOT" "$BUILD_ROOT"
|
||||
Loading…
x
Reference in New Issue
Block a user