Skip to content

Commit

Permalink
scoot this
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Merrick committed Dec 1, 2024
1 parent eff7777 commit 1297ac3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
steps:
- id: get-version
uses: battila7/get-version-action@v2
- uses: actions/checkout@v2
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
#TODO: bring this back to 2.7
ruby-version: '2.6'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: actions/checkout@v2
# - uses: actions/[email protected]
# with:
# path: vendor/bundle
Expand All @@ -25,10 +25,6 @@ jobs:
# ${{ runner.os }}-gems-
- name: Install pngout
run: |
# wget http://static.jonof.id.au/dl/kenutils/pngout-20200115-linux-static.tar.gz
# tar -xvf pngout-20200115-linux-static.tar.gz
# sudo mv pngout-20200115-linux-static/x86_64/pngout /usr/local/bin/
# rm -rf pngout-20200115-linux-static*
sudo apt-get update
sudo apt-get install -y wget
wget https://www.jonof.id.au/files/kenutils/pngout-20200115-linux.tar.gz
Expand Down

0 comments on commit 1297ac3

Please sign in to comment.