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 f14c6e4 commit a72a5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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/Ortham/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

0 comments on commit a72a5c3

Please sign in to comment.