summaryrefslogtreecommitdiff
path: root/.github/workflows/android_builds.yml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-08-11 17:14:47 +0200
committerRémi Verschelde <rverschelde@gmail.com>2020-08-11 17:14:47 +0200
commitcf2e0116d9a0ff09bba0553fe7b86f48fa82a23b (patch)
tree8534fe38c230ae6a068aa6de84e94372b4403521 /.github/workflows/android_builds.yml
parent6a181efaf371ea3507bb957582af2e746eeb0d6b (diff)
CI: Properly exclude Azure repositories on Ubuntu
Nuke all the pre-defined repos, we just need stock Ubuntu.
Diffstat (limited to '.github/workflows/android_builds.yml')
-rw-r--r--.github/workflows/android_builds.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml
index c591b4bb39..6b16c10b3e 100644
--- a/.github/workflows/android_builds.yml
+++ b/.github/workflows/android_builds.yml
@@ -18,6 +18,7 @@ jobs:
# Azure repositories are not reliable, we need to prevent azure giving us packages.
- name: Make apt sources.list use the default Ubuntu repositories
run: |
+ sudo rm -f /etc/apt/sources.list.d/*
sudo cp -f misc/ci/sources.list /etc/apt/sources.list
sudo apt-get update