Skip to content

Commit

Permalink
ci/build: remove old flaky azure workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Nov 20, 2023
1 parent 80ea918 commit 0277f17
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
run: |
echo "OPENSSL_ROOT_DIR=$(brew --prefix openssl)" >> $GITHUB_ENV
- name: fix flaky azure mirrors
if: ${{ runner.os == 'Linux' }}
run: |
sudo sed -i 's/azure\./de\./' /etc/apt/sources.list
- name: install packages
if: ${{ runner.os == 'Linux' }}
run: |
Expand Down

0 comments on commit 0277f17

Please sign in to comment.