Skip to content

Commit 1ff88cf

Browse files
authored
build workflow: remove stray )
1 parent 47cf427 commit 1ff88cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
# Install CKAN and set up an instance
4848
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/setup-ckan@main
49-
if: ${{ (inputs.use-ckan && inputs.use-msbuild) || inputs.dependency-identifiers) }}
49+
if: ${{ (inputs.use-ckan && inputs.use-msbuild) || inputs.dependency-identifiers }}
5050

5151
# Install any listed CKAN dependencies
5252
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/install-dependencies@main

0 commit comments

Comments
 (0)