We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068dd31 commit 6afbec6Copy full SHA for 6afbec6
.github/workflows/build.yaml
@@ -26,10 +26,10 @@ jobs:
26
fail-fast: false
27
matrix:
28
include:
29
+ - runs-on: ubuntu-24.04
30
+ qt: qt5-qmake
31
- runs-on: ubuntu-22.04
32
qt: qt5-qmake
- - runs-on: ubuntu-18.04
- qt: qt5-default
33
34
name: Build (Linux, ${{ matrix.runs-on }})
35
runs-on: ${{ matrix.runs-on }}
@@ -43,7 +43,8 @@ jobs:
43
libapr1-dev \
44
libsvn-dev \
45
${{ matrix.qt }} \
46
- qtbase5-dev
+ qtbase5-dev \
47
+ subversion
48
49
- name: 'Checkout Git branch'
50
uses: actions/checkout@v3
0 commit comments