omit SVN requirement with DOWNLOAD_GAMEPACKS=no

this is to workaround github actions build error: svn.exe is present, but access returns code 127
This commit is contained in:
Garux
2023-07-22 23:26:18 +06:00
parent 68c604d291
commit 4b58cc3f83
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
steps:
- uses: msys2/setup-msys2@v2
with:
install: ${{ matrix.prefix }}-qt5-base ${{ matrix.prefix }}-libxml2 svn git
install: ${{ matrix.prefix }}-qt5-base ${{ matrix.prefix }}-libxml2 git
msystem: ${{ matrix.msystem }}
path-type: minimal
release: false