Skip to content

Commit

Permalink
Fix GH Actions Linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed Oct 16, 2024
1 parent 8daeaff commit 390a0fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
tar xzvf Firebird-4.0.2.2816-0.amd64.tar.gz
(cd Firebird-4.0.2.2816-0.amd64; sudo ./install.sh -silent)
sudo usermod -a -G firebird `whoami`
sudo gpasswd -r firebird
- name: Firebird install (MacOS)
if: startsWith(matrix.os, 'macos-')
Expand Down

0 comments on commit 390a0fe

Please sign in to comment.