Skip to content

Commit 11ea8e8

Browse files
committed
再次挣扎一下
1 parent b43b73c commit 11ea8e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/MediaConverters.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
run: |
1717
rm /etc/apt/sources.list
1818
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
19+
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
2021
- name: InstallTool
2122
run: |
2223
dpkg --add-architecture arm64

0 commit comments

Comments
 (0)