mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Update links to testing-plugins repo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user