We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43b73c commit 11ea8e8Copy full SHA for 11ea8e8
1 file changed
.github/workflows/MediaConverters.yml
@@ -16,7 +16,8 @@ jobs:
16
run: |
17
rm /etc/apt/sources.list
18
echo 'deb http://archive.debian.org/debian buster main contrib non-free' >> /etc/apt/sources.list
19
- echo 'deb http://archive.debian.org/debian buster-updates buster main contrib non-free' >> /etc/apt/sources.list
+ echo 'deb http://archive.debian.org/debian buster-updates main contrib non-free' >> /etc/apt/sources.list
20
+ echo 'deb http://archive.debian.org/debian-security buster main contrib non-free' >> /etc/apt/sources.list
21
- name: InstallTool
22
23
dpkg --add-architecture arm64
0 commit comments