Skip to content

Commit

Permalink
Bump Ruby workflow rbenv deps; fix bench @minify-html/node path
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonzlin committed Dec 22, 2023
1 parent 65d0639 commit 24f15d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Install rbenv dependencies (Linux)
if: runner.os == 'Linux'
run: sudo apt install -y autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm5 libgdbm-dev
run: sudo apt install -y autoconf patch build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev

- name: Install rbenv
# rbenv-installer now uses Linux brew to install Ruby, which we do not want.
Expand Down
5 changes: 2 additions & 3 deletions bench/runners/@minify-html%2Fnode/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

set -Eeuxo pipefail

pushd ../../../nodejs
pushd ../../../minify-html-nodejs
npm i
npm run build
popd

npm i

0 comments on commit 24f15d3

Please sign in to comment.