Browse Source

removing the problematic Microsoft package sources

pull/8055/head
Chris Lu 2 days ago
parent
commit
bfd267bfd7
  1. 1
      .github/workflows/e2e.yml

1
.github/workflows/e2e.yml

@ -46,6 +46,7 @@ jobs:
- name: Install dependencies
run: |
# Use faster mirrors and install with timeout
sudo rm -f /etc/apt/sources.list.d/azure-cli.list /etc/apt/sources.list.d/microsoft-prod.list
echo "deb http://azure.archive.ubuntu.com/ubuntu/ $(lsb_release -cs) main restricted universe multiverse" | sudo tee /etc/apt/sources.list
echo "deb http://azure.archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list

Loading…
Cancel
Save