File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -148,16 +148,6 @@ jobs:
148148 toolchain : stable
149149 profile : minimal
150150 override : true
151- - name : Install ODBC Drivers
152- run : |
153- apt-get update
154- apt-get install -y unixodbc-dev odbc-postgresql msodbcsql18
155- # Fix PostgreSQL driver paths
156- sed --in-place 's/psqlodbca.so/\/usr\/lib\/x86_64-linux-gnu\/odbc\/psqlodbca.so/' /etc/odbcinst.ini
157- sed --in-place 's/psqlodbcw.so/\/usr\/lib\/x86_64-linux-gnu\/odbc\/psqlodbcw.so/' /etc/odbcinst.ini
158- shell : sudo bash {0}
159- - name : Print odbcinst.ini
160- run : cat /etc/odbcinst.ini
161151 - name : Checkout
162152 uses : actions/checkout@v5
163153 # selecting a toolchain either by action or manual `rustup` calls should happen
@@ -166,9 +156,6 @@ jobs:
166156 uses : Swatinem/rust-cache@v2
167157 - name : Build
168158 run : cargo build --features vendored-unix-odbc
169- - name : test
170- run : |
171- cargo test --features vendored-unix-odbc -- --skip maria_db
172159
173160 dependabot :
174161 needs : [linux, win64, osx, win32]
You can’t perform that action at this time.
0 commit comments