cache bust

This commit is contained in:
Christoph Reiter 2020-08-14 11:47:52 +02:00 committed by GitHub
parent 12f4438c98
commit ce78ce9453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ jobs:
with:
msystem: MSYS
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
if: steps.id.queue.skip-build != 'true'
@ -78,4 +78,4 @@ jobs:
$BUILD_ROOT='C:\_'
$MSYS2_ROOT=(msys2 -c 'cygpath -w /')
Get-PSDrive -PSProvider FileSystem
python autobuild.py build "$MSYS2_ROOT" "$BUILD_ROOT"
python autobuild.py build "$MSYS2_ROOT" "$BUILD_ROOT"