diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-08-11 17:27:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 17:27:27 +0200 |
commit | c2003ffb53e516c3113259fd978d7e96380b1937 (patch) | |
tree | 8534fe38c230ae6a068aa6de84e94372b4403521 /.github/workflows/javascript_builds.yml | |
parent | 6a181efaf371ea3507bb957582af2e746eeb0d6b (diff) | |
parent | cf2e0116d9a0ff09bba0553fe7b86f48fa82a23b (diff) |
Merge pull request #41189 from akien-mga/ci-stock-ubuntu-sources
CI: Properly exclude Azure repositories on Ubuntu
Diffstat (limited to '.github/workflows/javascript_builds.yml')
-rw-r--r-- | .github/workflows/javascript_builds.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/javascript_builds.yml b/.github/workflows/javascript_builds.yml index 421906c77f..09c4c41d53 100644 --- a/.github/workflows/javascript_builds.yml +++ b/.github/workflows/javascript_builds.yml @@ -19,6 +19,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 |