Skip to content

Commit

Permalink
update make_debian to install specific version of rchardet ruby gem (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser authored Jan 6, 2025
1 parent 38aa4c4 commit 30783e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/make_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ run_fpm()
# install fpm
sudo apt update
sudo apt install --yes ruby
sudo gem install rchardet -v 1.8.0
sudo gem install fpm -v 1.14.2 # current as of 2022-11-08
echo "ruby deps installed"

Expand Down

0 comments on commit 30783e8

Please sign in to comment.