Skip to content

Commit 5b10ffd

Browse files
committed
test4
1 parent 50e7c20 commit 5b10ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
-DBUILD_PDBS:BOOL=${{ inputs.cache-id == 'release' }} `
140140
-DDFHACK_RUN_URL='https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id}}' `
141141
-DBUILD_LIBRARY=${{ inputs.platform-files }} `
142-
-DBUILD_PLUGINS:BOOL${{ inputs.platform-files && inputs.plugins }} `
142+
-DBUILD_PLUGINS:BOOL=${{ inputs.platform-files && inputs.plugins }} `
143143
-DBUILD_STONESENSE:BOOL=${{ inputs.stonesense }} `
144144
-DBUILD_DOCS:BOOL=${{ inputs.docs }} `
145145
-DBUILD_DOCS_NO_HTML:BOOL=${{ !inputs.html }} `

0 commit comments

Comments
 (0)