Skip to content

Commit 3e12542

Browse files
committed
misc fixes
1 parent 7d2e1eb commit 3e12542

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
target:
14-
- ubuntu-latest
14+
- ubuntu-24.04
1515
runs-on: ${{ matrix.target }}
1616
steps:
1717
- uses: actions/checkout@v3
1818

19+
- name: upgrade
20+
run: sudo apt update && sudo apt dist-upgrade
21+
1922
- name: Install devscripts
2023
run: |
24+
sudo apt update -qq
25+
sudo apt full-upgrade -y
2126
sudo DEBIAN_FRONTEND=noninteractive apt -qq -y install devscripts equivs lintian
2227
mk-build-deps -i -r --root-cmd sudo debian/control
2328

0 commit comments

Comments
 (0)