Skip to content

Commit ac062da

Browse files
committed
Added command to remove pre-installed SQLite 3.
1 parent 313c3a0 commit ac062da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
sudo apt-get install -y gcc-${GCC_V} gfortran-${GCC_V} make
2727
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_V} 100 \
2828
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V}
29+
sudo apt-get remove -y sqlite3 libsqlite3-dev
2930
3031
- name: Build and Install SQLite 3 (Linux)
3132
if: contains(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)