Skip to content

Commit

Permalink
ruby(tools): add bc and xq to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Oct 5, 2023
1 parent 9a9ced9 commit c30a3f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/citools/ruby/ruby-setup-install
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ main() {
autoconf
automake
bison
bc
build-essential
curl
g++
Expand All @@ -45,6 +46,11 @@ main() {
zlib1g-dev
)

echo Running: go install github.com/sibprogrammer/xq@latest
time go install github.com/sibprogrammer/xq@latest

print_ruler

echo Running: sudo apt install -y "${debs[@]}"
time sudo apt install -y "${debs[@]}" || track_errors

Expand Down

0 comments on commit c30a3f5

Please sign in to comment.