Skip to content

Commit 2efb3f6

Browse files
committed
setup-ckan: install libmono-system-componentmodel-composition
-this is a new dependency in ckan 1.36.4, and it wasn't in ckan's .deb file -I considered instead pinning the default ckan version to 1.36.2, but it seems wise to keep up with the latest ckan version since we want to stay in sync with how users install mods
1 parent 8da2de0 commit 2efb3f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/setup-ckan/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ runs:
5151
shell: bash
5252
run: |
5353
sudo rm -f /var/lib/man-db/auto-update # skip updating man pages, which takes a long time and makes no sense in a CI job
54+
sudo apt install libmono-system-componentmodel-composition4.0-cil
5455
gh release download ${{ inputs.ckan-version }} --repo ${{ inputs.ckan-repo }} --pattern 'ckan*.deb' -O ckan.deb
5556
${{ env.ACT && 'sudo apt update --quiet' }}
5657
sudo apt install --quiet --no-install-recommends --no-install-suggests ./ckan.deb ${{ runner.debug && '--verbose-versions' }}

0 commit comments

Comments
 (0)