We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c194b39 commit ea6be3aCopy full SHA for ea6be3a
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Download WTL and nlohmann/json
40
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")
+ (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")
42
7z x "${{ runner.temp }}\wtl.zip" -o"lib\WTL" > nul
43
44
New-Item -ItemType Directory -Force -Path "lib\nlohmann"
0 commit comments