Skip to content

Commit

Permalink
Disable Github apt mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
rickysarraf committed Mar 27, 2024
1 parent 89688e7 commit 6f49b82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -30,6 +30,11 @@ jobs:
run: |
sudo sed -i 's/^#.deb/deb/g' /etc/apt/sources.list
# Disable Github's apt mirror
- Disable Github apt mirror
run: |
sudo sed -i 's/^.*/#/g' /etc/apt/apt-mirrors.txt
# Install pre-requisites
- name: Install pre-reqs
run: sudo apt-get update; sudo apt-get -y install pyqt5-dev-tools man2html-base python3-pysimplesoap
Expand Down

0 comments on commit 6f49b82

Please sign in to comment.