Skip to content

Commit aa259ee

Browse files
committed
Missed a sudo install in macos workflow
[docker_verify]
1 parent 9d24056 commit aa259ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
wget -q https://ftp.osuosl.org/pub/blfs/conglomeration/unixODBC/unixODBC-2.3.12.tar.gz
2929
tar zxf unixODBC-2.3.12.tar.gz
3030
cd unixODBC-2.3.12
31-
./configure && make && make install
31+
./configure && make && sudo make install
3232
cd /tmp
3333
rm -rf unixODBC-2.3.12
3434
#if [ -f /usr/local/lib/libssl.dylib ]; then

0 commit comments

Comments
 (0)