mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-26 10:54:59 -04:00
workflows: Disable Microsoft-specific apt repository
We don't need anything from here, and its secure-apt signing is currently broken. Workaround-for: https://github.com/orgs/community/discussions/120966 Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@@ -42,6 +42,10 @@ jobs:
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
head -v -n-0 /etc/apt/sources.list || :
|
||||
head -v -n-0 /etc/apt/sources.list.d/* || :
|
||||
# Workaround for https://github.com/orgs/community/discussions/120966
|
||||
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libglib2.0-dev attr gettext bison dbus gtk-doc-tools \
|
||||
libfuse3-dev ostree libostree-dev libarchive-dev libzstd-dev libcap-dev libattr1-dev libdw-dev libelf-dev python3-pyparsing \
|
||||
|
||||
Reference in New Issue
Block a user