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 f5e8373 commit 9b604d1Copy full SHA for 9b604d1
.github/workflows/goreleaser.yml
@@ -24,7 +24,7 @@ jobs:
24
go-version: stable
25
- name: install mono
26
run: |
27
- sudo apt-get update && sudo apt-get install -y mono-runtime
+ sudo apt-get update -qq && sudo apt-get install -y -qq mono-complete libmono-system-componentmodel-dataannotations4.0-cil
28
- name: install choco
29
30
mkdir -p /opt/chocolatey
0 commit comments