Skip to content

Commit e042aa8

Browse files
committed
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
2 parents 9dfb5c7 + a3dd1cc commit e042aa8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/builds.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ jobs:
2727
apt-get install --yes --no-install-recommends wine fpc adduser shellcheck lazarus git ca-certificates libfile-mimeinfo-perl
2828
- name: Install Packages from Debian trixie
2929
run: |
30-
echo 'deb https://deb.debian.org/debian trixie main' | tee /etc/apt/sources.list.d/trixie.list
30+
echo 'Types: deb' | tee /etc/apt/sources.list.d/trixie.sources
31+
echo 'URIs: https://deb.debian.org/debian' | tee -a /etc/apt/sources.list.d/trixie.sources
32+
echo 'Suites: trixie' | tee -a /etc/apt/sources.list.d/trixie.sources
33+
echo 'Components: main' | tee -a /etc/apt/sources.list.d/trixie.sources
34+
echo 'Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg' | tee -a /etc/apt/sources.list.d/trixie.sources
3135
apt-get update
3236
apt-get install --yes --no-install-recommends fp-units-win-base fp-units-win-rtl fp-units-win-fcl fp-units-win-misc
3337
- name: System information

0 commit comments

Comments
 (0)