diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d805d5..f882169 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index 9dd0329..9083e49 100644 --- a/README.md +++ b/README.md @@ -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.