File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1313jobs :
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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments