Skip to content

Commit 4e7ca32

Browse files
committed
Add permission in /tmp/firebird for MacOS tests
1 parent dfef149 commit 4e7ca32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ jobs:
4545
- name: Firebird install (MacOS)
4646
if: startsWith(matrix.os, 'macos-')
4747
run: |
48+
sudo mkdir /tmp/firebird
49+
sudo chmod -R 777 /tmp
4850
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"
4951
sudo installer -verbose -pkg "Firebird-5.0.3.1683-0-macos-arm64.pkg" -target /
50-
sudo chmod 777 /tmp/firebird
5152
5253
- name: Firebird install (Windows)
5354
if: startsWith(matrix.os, 'windows-')

0 commit comments

Comments
 (0)