From 41ca06afe03b16d3983463d9c9998662260f04da Mon Sep 17 00:00:00 2001 From: Sander Mertens Date: Fri, 28 Jul 2023 18:20:26 -0700 Subject: [PATCH] Revert to azure mirror for installing packages in CI --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a264393ac..83ce5b9e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,8 +100,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: hack sources.list - run: sudo sed -i 's|http://azure.archive.ubuntu.com/ubuntu/|https://mirror.enzu.com/ubuntu//|g' /etc/apt/sources.list - name: install compiler run: | @@ -396,10 +394,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: hack sources.list - run: | - sudo sed -i 's|http://azure.archive.ubuntu.com/ubuntu/|https://mirror.enzu.com/ubuntu//|g' /etc/apt/sources.list - sudo apt-get update - name: install clang-build run: | @@ -481,8 +475,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: hack sources.list - run: sudo sed -i 's|http://azure.archive.ubuntu.com/ubuntu/|https://mirror.enzu.com/ubuntu//|g' /etc/apt/sources.list - name: install compiler run: |