Skip to content

Commit

Permalink
Remove azure mirror avoidance
Browse files Browse the repository at this point in the history
  • Loading branch information
victoryforce authored and TurboGit committed Sep 19, 2024
1 parent 1aab799 commit f246710
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
steps:
- name: Install compiler ${{ matrix.compiler.compiler }}
run: |
# Remove azure mirror because it is unreliable and sometimes unpredictably leads to failed CI
sudo sed -i 's/azure\.//' /etc/apt/sources.list
sudo apt-get update
sudo apt-get -y install \
${{ matrix.compiler.packages }}
Expand Down

0 comments on commit f246710

Please sign in to comment.