Skip to content

Commit

Permalink
remove upx install step as it is part of the gh actions vm
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jul 28, 2022
1 parent 6deafde commit fd237d2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,13 +409,6 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install upx
# upx orig location http://archive.ubuntu.com/ubuntu/pool/universe/u/upx-ucl/upx-ucl_3.96-3_amd64.deb
run: |
sudo apt update && sudo apt install -y libucl1
curl -L https://gitlab.com/rdodin/pics/-/wikis/uploads/738bbd877e745fc0e9f93a32ae35b108/upx-ucl_3.96-3_amd64.deb -o /tmp/upx.deb
sudo dpkg -i /tmp/upx.deb
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit fd237d2

Please sign in to comment.