Skip to content

Commit

Permalink
Revert to azure mirror for installing packages in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Jul 29, 2023
1 parent 543439e commit 41ca06a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 41ca06a

Please sign in to comment.