]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
added sqlite3 to debian build
authorStefan Schubert <schubi@suse.de>
Wed, 31 Jan 2024 11:17:52 +0000 (12:17 +0100)
committerStefan Schubert <schubi@suse.de>
Wed, 31 Jan 2024 11:17:52 +0000 (12:17 +0100)
.github/workflows/cibuild-setup-ubuntu.sh

index 7e75025d10778256d52cee551cf5963599570afe..88f8a58a42597da78bb5024c1a8f88a12c9b8e7f 100755 (executable)
@@ -32,6 +32,7 @@ PACKAGES=(
        gawk
        bison
        flex
+       sqlite3
        libsqlite3-dev
 )