Skip to content

Commit 6fc8583

Browse files
committed
compile action: remove install-dependencies step (we have a separate action for that)
1 parent d08762e commit 6fc8583

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/actions/compile/action.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ inputs:
2626
The path to the solution file to build. Defaults to empty, which will invoke `msbuild` on the root directory of
2727
the repo and builds any `*.sln` file it finds there.
2828
29-
ckan-identifiers:
30-
description: Space-separated list of CKAN mod identifiers to install
31-
32-
3329
runs:
3430
using: composite
3531
steps:
@@ -54,11 +50,6 @@ runs:
5450
with:
5551
dotnet-version: 5.x
5652

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-
6253
- name: Download KSP Libs
6354
shell: bash
6455
run: |

0 commit comments

Comments
 (0)