Cache the environment

This commit is contained in:
David Hrdlička
2020-06-28 16:39:09 +02:00
parent 645f1d42f3
commit 4012659fd7

View File

@@ -24,6 +24,7 @@ jobs:
- uses: msys2/setup-msys2@v1
with:
update: true
cache: true
msystem: MINGW32
install: 'make mingw-w64-i686-toolchain mingw-w64-i686-openal mingw-w64-i686-freetype mingw-w64-i686-SDL2 mingw-w64-i686-zlib mingw-w64-i686-libpng mingw-w64-i686-libvncserver'
- uses: actions/checkout@v2