Skip to content

Commit d967842

Browse files
committed
Replace mirror with standard Ubuntu mirror
1 parent d35a727 commit d967842

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ jobs:
8484
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
8585
AWS_REGION: "eu-west-1"
8686

87+
- name: Replace mirror with standard Ubuntu mirror
88+
run: |
89+
sudo rm -f /etc/apt/apt-mirrors.txt
90+
sudo apt-get clean
91+
sudo apt-get update
92+
8793
- name: Install Kerberos utilities
8894
run: sudo apt-get install -y krb5-user
8995

0 commit comments

Comments
 (0)