Skip to content

Commit 9412092

Browse files
committed
ci: hell
1 parent ff138b0 commit 9412092

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
- name: Patch SDK
3434
run: |
3535
(Get-Content "lib\foobar2000_sdk\foobar2000\helpers\foobar2000_sdk_helpers.vcxproj") `
36-
| ForEach-Object { $_ -replace '\.\.\\packages\\wtl', '..\..\..\..\packages\wtl' } `
36+
| ForEach-Object { $_ -replace '\.\.\\packages\\wtl', '..\..\..\..\wtl' } `
3737
| Set-Content "lib\foobar2000_sdk\foobar2000\helpers\foobar2000_sdk_helpers.vcxproj"
3838
3939
- name: Download WTL and nlohmann/json
4040
run: |
41-
git clone https://git.code.sf.net/p/wtl/git lib\WTL
41+
git clone https://git.code.sf.net/p/wtl/git lib\wtl
4242
4343
New-Item -ItemType Directory -Force -Path "lib\nlohmann"
4444
(New-Object System.Net.WebClient).DownloadFile("https://github.com/nlohmann/json/releases/download/v3.12.0/json.hpp", "lib\nlohmann\json.hpp")

0 commit comments

Comments
 (0)