File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ jobs:
4444 with :
4545 go-version : ${{ env.GO_VERSION }}
4646
47- - name : Install chocolatey
48- run : |
49- mono --version
50- mkdir -p /opt/chocolatey
51- wget -q -O - "https://github.com/chocolatey/choco/releases/download/${CHOCOLATEY_VERSION}/chocolatey.v${CHOCOLATEY_VERSION}.tar.gz" | tar -xz -C "/opt/chocolatey"
52- echo '#!/bin/bash' >> /usr/local/bin/choco
53- echo 'mono /opt/chocolatey/choco.exe $@' >> /usr/local/bin/choco
54- chmod +x /usr/local/bin/choco
55- choco --version
47+ # - name: Install chocolatey
48+ # run: |
49+ # mono --version
50+ # mkdir -p /opt/chocolatey
51+ # wget -q -O - "https://github.com/chocolatey/choco/releases/download/${CHOCOLATEY_VERSION}/chocolatey.v${CHOCOLATEY_VERSION}.tar.gz" | tar -xz -C "/opt/chocolatey"
52+ # echo '#!/bin/bash' >> /usr/local/bin/choco
53+ # echo 'mono /opt/chocolatey/choco.exe $@' >> /usr/local/bin/choco
54+ # chmod +x /usr/local/bin/choco
55+ # choco --version
5656
5757 - name : Install snapcraft
5858 run : sudo snap install snapcraft --classic
You can’t perform that action at this time.
0 commit comments