Skip to content

Commit 9f27650

Browse files
committed
Add permission in /tmp/firebird for MacOS tests
1 parent 621805b commit 9f27650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
run: |
4848
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"
4949
sudo installer -verbose -pkg "Firebird-5.0.3.1683-0-macos-arm64.pkg" -target /
50+
sudo chmod 777 /tmp/firebird
5051
5152
- name: Firebird install (Windows)
5253
if: startsWith(matrix.os, 'windows-')

0 commit comments

Comments
 (0)