Skip to content

Commit

Permalink
Missed a sudo install in macos workflow
Browse files Browse the repository at this point in the history
[docker_verify]
  • Loading branch information
sumeetchhetri committed Jun 8, 2024
1 parent 9d24056 commit aa259ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
wget -q https://ftp.osuosl.org/pub/blfs/conglomeration/unixODBC/unixODBC-2.3.12.tar.gz
tar zxf unixODBC-2.3.12.tar.gz
cd unixODBC-2.3.12
./configure && make && make install
./configure && make && sudo make install
cd /tmp
rm -rf unixODBC-2.3.12
#if [ -f /usr/local/lib/libssl.dylib ]; then
Expand Down

0 comments on commit aa259ee

Please sign in to comment.