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 fd761e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ 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 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 fd761e1

Please sign in to comment.