always build launchdf

develop
Myk Taylor 2023-07-31 03:01:11 -07:00
parent 737ff8b3ab
commit a509bb5e61
No known key found for this signature in database
2 changed files with 1 additions and 6 deletions

@ -20,9 +20,6 @@ on:
common-files: common-files:
type: boolean type: boolean
default: true default: true
launchdf:
type: boolean
default: false
jobs: jobs:
build-win64: build-win64:
@ -40,7 +37,6 @@ jobs:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
- name: Get 3rd party SDKs - name: Get 3rd party SDKs
if: inputs.launchdf
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: DFHack/3rdparty repository: DFHack/3rdparty
@ -57,7 +53,7 @@ jobs:
win-msvc win-msvc
- name: Cross-compile - name: Cross-compile
env: env:
CMAKE_EXTRA_ARGS: '-DBUILD_STONESENSE:BOOL=1 -DBUILD_DOCS:BOOL=${{ inputs.common-files }} -DINSTALL_DATA_FILES:BOOL=${{ inputs.common-files }} -DINSTALL_SCRIPTS:BOOL=${{ inputs.common-files }} -DBUILD_DFLAUNCH:BOOL=${{ inputs.launchdf }}' CMAKE_EXTRA_ARGS: '-DBUILD_STONESENSE:BOOL=1 -DBUILD_DOCS:BOOL=${{ inputs.common-files }} -DINSTALL_DATA_FILES:BOOL=${{ inputs.common-files }} -DINSTALL_SCRIPTS:BOOL=${{ inputs.common-files }} -DBUILD_DFLAUNCH:BOOL=1'
run: | run: |
cd build cd build
bash -x build-win64-from-linux.sh bash -x build-win64-from-linux.sh

@ -52,7 +52,6 @@ jobs:
cache-id: release cache-id: release
cache-readonly: true cache-readonly: true
common-files: false common-files: false
launchdf: true
secrets: inherit secrets: inherit
deploy-to-steam: deploy-to-steam: