We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfef149 commit 4e7ca32Copy full SHA for 4e7ca32
.github/workflows/nodejs.yml
@@ -45,9 +45,10 @@ jobs:
45
- name: Firebird install (MacOS)
46
if: startsWith(matrix.os, 'macos-')
47
run: |
48
+ sudo mkdir /tmp/firebird
49
+ sudo chmod -R 777 /tmp
50
wget -nv -O Firebird-5.0.3.1683-0-macos-arm64.pkg "https://github.com/FirebirdSQL/firebird/releases/download/v5.0.3/Firebird-5.0.3.1683-0-macos-arm64.pkg"
51
sudo installer -verbose -pkg "Firebird-5.0.3.1683-0-macos-arm64.pkg" -target /
- sudo chmod 777 /tmp/firebird
52
53
- name: Firebird install (Windows)
54
if: startsWith(matrix.os, 'windows-')
0 commit comments