Skip to content

Commit

Permalink
Remove dependency on sqlite3 when building opensuse leap package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 10, 2024
1 parent 7f9c651 commit 2277a1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/opensuse-leap-15-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
opensuse/leap:15 \
bash -c "
zypper -n install --no-recommends git cmake python311-devel gcc-c++ \
gmp-devel libuuid-devel sqlite-devel \
gmp-devel libuuid-devel \
gtkmm3-devel \
python311-matplotlib \
python311-sympy \
libboost_system1_66_0-devel libboost_filesystem1_66_0-devel \
libboost_date_time1_66_0-devel libboost_program_options1_66_0-devel
git config --global --add safe.directory /workspace
Expand Down

0 comments on commit 2277a1f

Please sign in to comment.