We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 566cd8d + 1ce0a02 commit 2dff97cCopy full SHA for 2dff97c
.github/workflows/unixmatrix.yml
@@ -44,7 +44,7 @@ jobs:
44
- uses: actions/checkout@v4
45
- run: |
46
choco install -y -r --no-progress wget zip
47
- wget http://www.ensta-bretagne.fr/lebars/Share/cmake_extra_tools.zip --no-check-certificate -nv
+ wget http://www.ensta-bretagne.fr/lebars/Share/cmake_extra_tools.zip --no-check-certificate -nv --user-agent="Mozilla/5.0"
48
7z x cmake_extra_tools.zip -o"%SystemDrive%" -y
49
del /f /q cmake_extra_tools.zip
50
wget https://gist.github.com/lebarsfa/237841f9e5dad55ef192713b3b1b2f16/raw/04d77ced3457346c55f183ca12a10dbcb850e6d5/refreshenv.bashrc --no-check-certificate -nv
0 commit comments