Skip to content

Commit

Permalink
Use a mirror during the down of gnu.org
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino committed Oct 1, 2024
1 parent 95cc05b commit b28abb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/neuron-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
# Once ubuntu got a newer version of automake we can remove this part.
if: matrix.config.music == 'ON' && startsWith(matrix.os, 'ubuntu')
run: |
curl -L -o automake.tar.xz https://ftp.gnu.org/gnu/automake/automake-1.16.5.tar.xz
curl -L -o automake.tar.xz https://mirror.netcologne.de/gnu/automake/automake-1.16.5.tar.xz
tar -xf automake.tar.xz
cd automake-1.16.5/
./configure --prefix=/usr/
Expand Down

0 comments on commit b28abb8

Please sign in to comment.