We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e7c20 commit 5b10ffdCopy full SHA for 5b10ffd
.github/workflows/build-windows.yml
@@ -139,7 +139,7 @@ jobs:
139
-DBUILD_PDBS:BOOL=${{ inputs.cache-id == 'release' }} `
140
-DDFHACK_RUN_URL='https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id}}' `
141
-DBUILD_LIBRARY=${{ inputs.platform-files }} `
142
- -DBUILD_PLUGINS:BOOL${{ inputs.platform-files && inputs.plugins }} `
+ -DBUILD_PLUGINS:BOOL=${{ inputs.platform-files && inputs.plugins }} `
143
-DBUILD_STONESENSE:BOOL=${{ inputs.stonesense }} `
144
-DBUILD_DOCS:BOOL=${{ inputs.docs }} `
145
-DBUILD_DOCS_NO_HTML:BOOL=${{ !inputs.html }} `
0 commit comments