Update links to testing-plugins repo

This commit is contained in:
Oliver Hamlet
2023-06-25 14:03:03 +01:00
parent 46c4ad170d
commit 3f05d6ad8a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ jobs:
run: |
cd tests
(New-Object Net.WebClient).DownloadFile('https://github.com/WrinklyNinja/testing-plugins/archive/1.4.0.zip', "$PWD/1.4.0.zip")
(New-Object Net.WebClient).DownloadFile('https://github.com/Ortham/testing-plugins/archive/1.4.0.zip', "$PWD/1.4.0.zip")
7z x 1.4.0.zip
mv testing-plugins-1.4.0 testing-plugins
@@ -93,7 +93,7 @@ jobs:
run: |
cd tests
wget https://github.com/WrinklyNinja/testing-plugins/archive/1.4.1.tar.gz
wget https://github.com/Ortham/testing-plugins/archive/1.4.1.tar.gz
tar -xf 1.4.1.tar.gz
mv testing-plugins-1.4.1 testing-plugins
+1 -1
View File
@@ -44,7 +44,7 @@ cbindgen ffi/ -o ffi/include/loot_condition_interpreter.h
## Tests & Benchmarks
The tests and benchmarks need the [testing-plugins](https://github.com/WrinklyNinja/testing-plugins)
The tests and benchmarks need the [testing-plugins](https://github.com/Ortham/testing-plugins)
and the [LOOT API v0.13.8](https://github.com/loot/loot-api/releases/tag/0.13.8)
Windows archives to be extracted and present in the repo root. See the GitHub
Actions CI workflow for examples on what should be extracted where.