File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 24
24
you should set this to false
25
25
use-ckan :
26
26
type : boolean
27
- default : true
27
+ default : false
28
28
description : >
29
- If CKAN should be installed. If your mod has no dependencies you can set this to false to save some time
30
- during builds.
29
+ If CKAN should be installed to install dependencies in the msbuild project.
31
30
secrets :
32
31
ksp-zip-password :
33
32
required : false
47
46
48
47
# Install CKAN and set up an instance
49
48
- uses : KSPModdingLibs/KSPBuildTools/.github/actions/setup-ckan@main
50
- if : ${{ inputs.use-ckan && ( inputs.use-msbuild || inputs.dependency-identifiers) }}
49
+ if : ${{ ( inputs.use-ckan && inputs.use-msbuild) || inputs.dependency-identifiers) }}
51
50
52
51
# Install any listed CKAN dependencies
53
52
- uses : KSPModdingLibs/KSPBuildTools/.github/actions/install-dependencies@main
You can’t perform that action at this time.
0 commit comments