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 7d2e1eb commit 3e12542Copy full SHA for 3e12542
.github/workflows/main.yml
@@ -11,13 +11,18 @@ jobs:
11
fail-fast: false
12
matrix:
13
target:
14
- - ubuntu-latest
+ - ubuntu-24.04
15
runs-on: ${{ matrix.target }}
16
steps:
17
- uses: actions/checkout@v3
18
19
+ - name: upgrade
20
+ run: sudo apt update && sudo apt dist-upgrade
21
+
22
- name: Install devscripts
23
run: |
24
+ sudo apt update -qq
25
+ sudo apt full-upgrade -y
26
sudo DEBIAN_FRONTEND=noninteractive apt -qq -y install devscripts equivs lintian
27
mk-build-deps -i -r --root-cmd sudo debian/control
28
0 commit comments