Skip to content

Commit

Permalink
Fix ubuntu mirrors as Azure's are unreliable
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarcais committed Dec 7, 2023
1 parent 68b995c commit c173daa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: dependencies
run: sudo DEBIAN_FRONTEND=noninteractive apt-get install -y yaggo gettext swig python3-dev ruby-dev libperl-dev
run: |
sudo gem install apt-spy2
sudo apt-spy2 fix --commit --launchpad --country=US
sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y yaggo gettext swig python3-dev ruby-dev libperl-dev
- name: autotools
run: autoreconf -fi
- name: configure
Expand Down

0 comments on commit c173daa

Please sign in to comment.