We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac062da commit 89e29d0Copy full SHA for 89e29d0
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
sudo apt-get install -y gcc-${GCC_V} gfortran-${GCC_V} make
27
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_V} 100 \
28
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V}
29
- sudo apt-get remove -y sqlite3 libsqlite3-dev
+ sudo apt-get remove -y sqlite3 libsqlite3-0 libsqlite3-dev
30
31
- name: Build and Install SQLite 3 (Linux)
32
if: contains(matrix.os, 'ubuntu')
0 commit comments