We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc3d91 commit 7c113a4Copy full SHA for 7c113a4
.github/workflows/debian.yml
@@ -46,6 +46,13 @@ jobs:
46
with:
47
submodules: true
48
49
+ # backport trixie data to ubuntu noble runner
50
+ - run: |
51
+ echo -e 'Package: distro-info-data\nPin: release n=questing\nPin-Priority: 990\n\nPackage: *\nPin: release n=noble\nPin-Priority: 900\n\nPackage: *\nPin: release o=Ubuntu\nPin-Priority: -10\n' >> /etc/apt/preferences
52
+ sed -e 's/noble/questing/g' /etc/apt/sources.list.d/ubuntu.sources | sudo tee -a /etc/apt/sources.list.d/ubuntu.sources
53
+ sudo apt update
54
+ sudo apt upgrade -y distro-info-data
55
+
56
- run: mkdir work cache output
57
58
- name: Fetch cache
0 commit comments