CI: Remove Qt installation on Msys2
This commit is contained in:
parent
f9ffc5c1c3
commit
37ef4e1181
|
|
@ -39,12 +39,6 @@ jobs:
|
||||||
install: git base-devel unzip p7zip mingw-w64-${{ matrix.arch }}-toolchain
|
install: git base-devel unzip p7zip mingw-w64-${{ matrix.arch }}-toolchain
|
||||||
update: true
|
update: true
|
||||||
|
|
||||||
# Install Qt (required for shader nodes editor)
|
|
||||||
- name: Install Qt
|
|
||||||
uses: jurplel/install-qt-action@v2
|
|
||||||
with:
|
|
||||||
arch: win64_mingw81
|
|
||||||
|
|
||||||
# Force xmake to a specific folder (for cache)
|
# Force xmake to a specific folder (for cache)
|
||||||
- name: Set xmake env
|
- name: Set xmake env
|
||||||
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
|
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue