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