Skip to content

Commit 2dff97c

Browse files
authored
Merge pull request #151 from godardma/master
fixing Windows actions
2 parents 566cd8d + 1ce0a02 commit 2dff97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unixmatrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v4
4545
- run: |
4646
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
47+
wget http://www.ensta-bretagne.fr/lebars/Share/cmake_extra_tools.zip --no-check-certificate -nv --user-agent="Mozilla/5.0"
4848
7z x cmake_extra_tools.zip -o"%SystemDrive%" -y
4949
del /f /q cmake_extra_tools.zip
5050
wget https://gist.github.com/lebarsfa/237841f9e5dad55ef192713b3b1b2f16/raw/04d77ced3457346c55f183ca12a10dbcb850e6d5/refreshenv.bashrc --no-check-certificate -nv

0 commit comments

Comments
 (0)