Skip to content

Commit ea6be3a

Browse files
committed
ci: update wtl link
1 parent c194b39 commit ea6be3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Download WTL and nlohmann/json
4040
run: |
41-
(New-Object System.Net.WebClient).DownloadFile("https://downloads.sourceforge.net/project/wtl/WTL%2010.0/WTL%2010.0.10320/WTL10_10320.zip", "${{ runner.temp }}\wtl.zip")
41+
(New-Object System.Net.WebClient).DownloadFile("https://downloads.sourceforge.net/project/wtl/WTL%2010/WTL%2010.01%20Release/WTL10_01_Release.zip", "${{ runner.temp }}\wtl.zip")
4242
7z x "${{ runner.temp }}\wtl.zip" -o"lib\WTL" > nul
4343
4444
New-Item -ItemType Directory -Force -Path "lib\nlohmann"

0 commit comments

Comments
 (0)