Skip to content

Commit 42ed72d

Browse files
committed
ci: add sqlite dev dependency
1 parent ed7384d commit 42ed72d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cache: true
5858
- run: |
5959
sudo apt update -y
60-
sudo apt install -y ninja-build libgtk-3-dev sqlite3
60+
sudo apt install -y ninja-build libgtk-3-dev sqlite3 libsqlite3-dev
6161
- name: Precompile
6262
run: |
6363
git submodule update --init --recursive --force

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
jobs:
1414
flutter_test:
1515
name: Flutter test
16-
runs-on: ubuntu-24.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-java@v4
@@ -26,7 +26,7 @@ jobs:
2626
cache: true
2727
- run: |
2828
sudo apt update -y
29-
sudo apt install -y ninja-build libgtk-3-dev sqlite3
29+
sudo apt install -y ninja-build libgtk-3-dev sqlite3 libsqlite3-dev
3030
- name: Precompile
3131
run: |
3232
git submodule update --init --recursive --force

.github/workflows/test_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cache: true
6161
- run: |
6262
sudo apt update -y
63-
sudo apt install -y ninja-build libgtk-3-dev sqlite3
63+
sudo apt install -y ninja-build libgtk-3-dev sqlite3 libsqlite3-dev
6464
- name: Precompile
6565
run: |
6666
git submodule update --init --recursive --force

0 commit comments

Comments
 (0)