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 d08762e commit 6fc8583Copy full SHA for 6fc8583
.github/actions/compile/action.yml
@@ -26,10 +26,6 @@ inputs:
26
The path to the solution file to build. Defaults to empty, which will invoke `msbuild` on the root directory of
27
the repo and builds any `*.sln` file it finds there.
28
29
- ckan-identifiers:
30
- description: Space-separated list of CKAN mod identifiers to install
31
-
32
33
runs:
34
using: composite
35
steps:
@@ -54,11 +50,6 @@ runs:
54
50
with:
55
51
dotnet-version: 5.x
56
52
57
- - name: Install Dependencies
58
- shell: bash
59
- if: ${{ inputs.depedency-identifiers }}
60
- run: ckan install --headless --no-recommends ${{ runner.debug && '--verbose' }} ${{ inputs.dependency-identifiers }}
61
62
53
- name: Download KSP Libs
63
shell: bash
64
run: |
0 commit comments