mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 01:23:57 -07:00
change install dir
This commit is contained in:
parent
b21d1aa903
commit
e15f81cb31
1 changed files with 2 additions and 2 deletions
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
|
|
@ -111,7 +111,7 @@ jobs:
|
||||||
- soc: Apple
|
- soc: Apple
|
||||||
os: macos-15
|
os: macos-15
|
||||||
|
|
||||||
name: Install Qt for ${{ matrix.soc }} on ${{ matrix.os }}
|
name: Install Qt for ${{ matrix.soc }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
QT_VERSION: 6.6.3
|
QT_VERSION: 6.6.3
|
||||||
|
|
@ -137,7 +137,7 @@ jobs:
|
||||||
version: ${{env.QT_VERSION}}
|
version: ${{env.QT_VERSION}}
|
||||||
arch: ${{env.QT_ARCH}}
|
arch: ${{env.QT_ARCH}}
|
||||||
modules: ${{env.QT_MODULES}}
|
modules: ${{env.QT_MODULES}}
|
||||||
dir: Qt
|
dir: ${{ github.workspace }}
|
||||||
|
|
||||||
- name: Thin Qt libraries
|
- name: Thin Qt libraries
|
||||||
if: steps.restore_qt.outputs.cache-hit != 'true'
|
if: steps.restore_qt.outputs.cache-hit != 'true'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue