Skip to content

Commit 82fd986

Browse files
authored
Merge pull request #6887 from BOINC/vko_fix_ci
Fix ci
2 parents f4ef58f + 0d4f5fb commit 82fd986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Ignore mirrors when building arm64 or armhf
7878
if: success() && (endsWith(matrix.type, 'arm64') || endsWith(matrix.type, 'armhf'))
7979
run: |
80-
sudo sed -i 's|priority:1|priority:100|' /etc/apt/apt-mirrors.txt
80+
sudo sed -i '/azure/d' /etc/apt/apt-mirrors.txt
8181
8282
- name: Install dependencies
8383
if: matrix.type != 'coverity' || (github.ref == 'refs/heads/master' && github.event_name == 'schedule')

0 commit comments

Comments
 (0)