mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
cmake: use build platform from environment
This allows all CI builds to be deemed "official" Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
3718c60844
commit
c03f854fb8
2 changed files with 3 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -146,7 +146,9 @@ jobs:
|
|||
- name: Run CMake workflow
|
||||
env:
|
||||
CMAKE_PRESET: ${{ steps.cmake-preset.outputs.preset }}
|
||||
|
||||
ARTIFACT_NAME: ${{ matrix.artifact-name }}-Qt6
|
||||
BUILD_PLATFORM: official
|
||||
run: |
|
||||
cmake --workflow --preset "$CMAKE_PRESET"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue