We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cf427 commit 1ff88cfCopy full SHA for 1ff88cf
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
47
# Install CKAN and set up an instance
48
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/setup-ckan@main
49
- if: ${{ (inputs.use-ckan && inputs.use-msbuild) || inputs.dependency-identifiers) }}
+ if: ${{ (inputs.use-ckan && inputs.use-msbuild) || inputs.dependency-identifiers }}
50
51
# Install any listed CKAN dependencies
52
- uses: KSPModdingLibs/KSPBuildTools/.github/actions/install-dependencies@main
0 commit comments