We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4ef58f + 0d4f5fb commit 82fd986Copy full SHA for 82fd986
.github/workflows/linux.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Ignore mirrors when building arm64 or armhf
78
if: success() && (endsWith(matrix.type, 'arm64') || endsWith(matrix.type, 'armhf'))
79
run: |
80
- sudo sed -i 's|priority:1|priority:100|' /etc/apt/apt-mirrors.txt
+ sudo sed -i '/azure/d' /etc/apt/apt-mirrors.txt
81
82
- name: Install dependencies
83
if: matrix.type != 'coverity' || (github.ref == 'refs/heads/master' && github.event_name == 'schedule')
0 commit comments