cache bust
This commit is contained in:
parent
12f4438c98
commit
ce78ce9453
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
msystem: MSYS
|
msystem: MSYS
|
||||||
update: true
|
update: true
|
||||||
install: msys2-devel base-devel mingw-w64-x86_64-toolchain mingw-w64-i686-toolchain git
|
install: msys2-devel base-devel mingw-w64-x86_64-toolchain git mingw-w64-i686-toolchain
|
||||||
|
|
||||||
- name: Check install
|
- name: Check install
|
||||||
if: steps.id.queue.skip-build != 'true'
|
if: steps.id.queue.skip-build != 'true'
|
||||||
@ -78,4 +78,4 @@ jobs:
|
|||||||
$BUILD_ROOT='C:\_'
|
$BUILD_ROOT='C:\_'
|
||||||
$MSYS2_ROOT=(msys2 -c 'cygpath -w /')
|
$MSYS2_ROOT=(msys2 -c 'cygpath -w /')
|
||||||
Get-PSDrive -PSProvider FileSystem
|
Get-PSDrive -PSProvider FileSystem
|
||||||
python autobuild.py build "$MSYS2_ROOT" "$BUILD_ROOT"
|
python autobuild.py build "$MSYS2_ROOT" "$BUILD_ROOT"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user