Skip to content

Commit 3b48273

Browse files
committed
1 parent 4c432a0 commit 3b48273

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cppcmake-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
bundle: [SQLCipher, SQLite]
23-
os: [ubuntu-20.04, ubuntu-22.04-arm]
23+
os: [ubuntu-22.04, ubuntu-22.04-arm]
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727

2828
- name: Install and cache dependencies
2929
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
3030
with:
31-
packages: libqcustomplot-dev libqscintilla2-qt5-dev libqt5svg5 ninja-build qttools5-dev
31+
packages: libfuse2 libqcustomplot-dev libqscintilla2-qt5-dev libqt5svg5 ninja-build qttools5-dev
3232

3333
# This is required by the operating system version, not the architecture.
3434
# Related: https://github.com/AppImage/AppImageKit/wiki/FUSE

0 commit comments

Comments
 (0)