Skip to content

Commit

Permalink
Fix Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jun 18, 2024
1 parent 807c35f commit f14c6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Prepare test resources
run: |
(New-Object Net.WebClient).DownloadFile('https://github.com/WrinklyNinja/testing-plugins/archive/${env:TESTING_PLUGINS_VERSION}.zip', "$PWD/${env:TESTING_PLUGINS_VERSION}.zip")
(New-Object Net.WebClient).DownloadFile('https://github.com/Ortham/testing-plugins/archive/${env:TESTING_PLUGINS_VERSION}.zip', "$PWD/${env:TESTING_PLUGINS_VERSION}.zip")
7z x ${env:TESTING_PLUGINS_VERSION}.zip
mv testing-plugins-${env:TESTING_PLUGINS_VERSION} testing-plugins
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Prepare test resources
run: |
wget https://github.com/WrinklyNinja/testing-plugins/archive/$TESTING_PLUGINS_VERSION.tar.gz
wget https://github.com/Ortham/testing-plugins/archive/$TESTING_PLUGINS_VERSION.tar.gz
tar -xf $TESTING_PLUGINS_VERSION.tar.gz
mv testing-plugins-$TESTING_PLUGINS_VERSION testing-plugins
Expand Down

0 comments on commit f14c6e4

Please sign in to comment.