mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 03:35:46 +00:00
[ci] fix windows environment variables
Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
parent
a1087ddec8
commit
cc9c3dd5a3
6 changed files with 11 additions and 125 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -70,12 +70,14 @@ jobs:
|
|||
|
||||
- name: Configure & Build
|
||||
shell: bash
|
||||
run: DEVEL=true ./.ci/windows/build.sh
|
||||
run: |
|
||||
./.ci/windows/qt-envvars.sh
|
||||
DEVEL=true ./.ci/windows/build.sh
|
||||
|
||||
- name: Package artifacts
|
||||
shell: bash
|
||||
run: |
|
||||
export PATH="${PATH}:/c/Qt/6.9.0/msvc2022_64/bin"
|
||||
./.ci/windows/qt-envvars.sh
|
||||
./.ci/windows/package.sh
|
||||
|
||||
- name: Upload Windows artifacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue