File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
run : |
36
36
cd tests
37
37
38
- (New-Object Net.WebClient).DownloadFile('https://github.com/WrinklyNinja /testing-plugins/archive/1.4.0.zip', "$PWD/1.4.0.zip")
38
+ (New-Object Net.WebClient).DownloadFile('https://github.com/Ortham /testing-plugins/archive/1.4.0.zip', "$PWD/1.4.0.zip")
39
39
7z x 1.4.0.zip
40
40
mv testing-plugins-1.4.0 testing-plugins
41
41
93
93
run : |
94
94
cd tests
95
95
96
- wget https://github.com/WrinklyNinja /testing-plugins/archive/1.4.1.tar.gz
96
+ wget https://github.com/Ortham /testing-plugins/archive/1.4.1.tar.gz
97
97
tar -xf 1.4.1.tar.gz
98
98
mv testing-plugins-1.4.1 testing-plugins
99
99
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ cbindgen ffi/ -o ffi/include/loot_condition_interpreter.h
44
44
45
45
## Tests & Benchmarks
46
46
47
- The tests and benchmarks need the [ testing-plugins] ( https://github.com/WrinklyNinja /testing-plugins )
47
+ The tests and benchmarks need the [ testing-plugins] ( https://github.com/Ortham /testing-plugins )
48
48
and the [ LOOT API v0.13.8] ( https://github.com/loot/loot-api/releases/tag/0.13.8 )
49
49
Windows archives to be extracted and present in the repo root. See the GitHub
50
50
Actions CI workflow for examples on what should be extracted where.
You can’t perform that action at this time.
0 commit comments