Skip to content

Commit

Permalink
dev: disable chocolatey install
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 11, 2025
1 parent 07019ee commit 1dae906
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- name: Install chocolatey
run: |
mono --version
mkdir -p /opt/chocolatey
wget -q -O - "https://github.com/chocolatey/choco/releases/download/${CHOCOLATEY_VERSION}/chocolatey.v${CHOCOLATEY_VERSION}.tar.gz" | tar -xz -C "/opt/chocolatey"
echo '#!/bin/bash' >> /usr/local/bin/choco
echo 'mono /opt/chocolatey/choco.exe $@' >> /usr/local/bin/choco
chmod +x /usr/local/bin/choco
choco --version
# - name: Install chocolatey
# run: |
# mono --version
# mkdir -p /opt/chocolatey
# wget -q -O - "https://github.com/chocolatey/choco/releases/download/${CHOCOLATEY_VERSION}/chocolatey.v${CHOCOLATEY_VERSION}.tar.gz" | tar -xz -C "/opt/chocolatey"
# echo '#!/bin/bash' >> /usr/local/bin/choco
# echo 'mono /opt/chocolatey/choco.exe $@' >> /usr/local/bin/choco
# chmod +x /usr/local/bin/choco
# choco --version

- name: Install snapcraft
run: sudo snap install snapcraft --classic
Expand Down

0 comments on commit 1dae906

Please sign in to comment.