mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
CI: Update Debian archive keyring for unmaintained containers
This commit is contained in:
2
.github/workflows/test-unit.yml
vendored
2
.github/workflows/test-unit.yml
vendored
@@ -53,6 +53,8 @@ jobs:
|
||||
steps:
|
||||
- name: Enable Debian backports
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y debian-archive-keyring
|
||||
grep -m1 -P '^deb http://deb.debian.org/debian [a-z]+ main' /etc/apt/sources.list |
|
||||
awk '$3 = $3"-backports"' >> /etc/apt/sources.list
|
||||
|
||||
|
Reference in New Issue
Block a user