chore: update the building script

This commit is contained in:
Qsaker 2023-11-24 21:58:45 +08:00
parent cb9884e47e
commit 4a9dc4e643

View File

@ -110,6 +110,7 @@ jobs:
echo "[fix]ERROR: no file at /usr/local/opt/libiodbc/lib/libiodbc.2.dylib" echo "[fix]ERROR: no file at /usr/local/opt/libiodbc/lib/libiodbc.2.dylib"
brew unlink unixodbc brew unlink unixodbc
brew install libiodbc brew install libiodbc
brew install tree
tree / tree /
mkdir build mkdir build
cd build cd build