Skip to content

Commit

Permalink
πŸ’š Add missing binaries to the Ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D authored Dec 26, 2022
1 parent 888e0e0 commit 08d4172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install Firebird
run: |
sudo apt-get install libtommath1 libncurses5 ia32-libs
sudo apt-get install libtommath1 libncurses5
sudo ln -sf /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0
wget -nv -O Firebird-3.0.10.33601-0.amd64.tar.gz "https://github.com/FirebirdSQL/firebird/releases/download/v3.0.10/Firebird-3.0.10.33601-0.amd64.tar.gz"
tar xzvf Firebird-3.0.10.33601-0.amd64.tar.gz
Expand Down

0 comments on commit 08d4172

Please sign in to comment.