Skip to content

Commit 7c113a4

Browse files
committed
fixup trixie issue
1 parent 9fc3d91 commit 7c113a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/debian.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ jobs:
4646
with:
4747
submodules: true
4848

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+
4956
- run: mkdir work cache output
5057

5158
- name: Fetch cache

0 commit comments

Comments
 (0)