Skip to content

Commit 9b604d1

Browse files
committed
try installing missing packages
1 parent f5e8373 commit 9b604d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: stable
2525
- name: install mono
2626
run: |
27-
sudo apt-get update && sudo apt-get install -y mono-runtime
27+
sudo apt-get update -qq && sudo apt-get install -y -qq mono-complete libmono-system-componentmodel-dataannotations4.0-cil
2828
- name: install choco
2929
run: |
3030
mkdir -p /opt/chocolatey

0 commit comments

Comments
 (0)