Skip to content

Commit

Permalink
Disable mirror+file in sources.list
Browse files Browse the repository at this point in the history
  • Loading branch information
rickysarraf committed Mar 27, 2024
1 parent e598f16 commit c6984a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Enable additonal repositories
- name: Enable source repositories
run: |
sudo sed -i 's/^#.deb/deb/g' /etc/apt/sources.list
sudo sed -i 's/^#.deb/deb/g;s/^mirror.*//g' /etc/apt/sources.list
# Disable Github's apt mirror
- name: Disable Github apt mirror
Expand Down

0 comments on commit c6984a1

Please sign in to comment.