Skip to content

Commit

Permalink
Fix Windows CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jun 23, 2024
1 parent 30bc537 commit 529def7
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 @@ -35,7 +35,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")
7z x ${env:TESTING_PLUGINS_VERSION}.zip
7z x "${env:TESTING_PLUGINS_VERSION}.zip"
mv testing-plugins-${env:TESTING_PLUGINS_VERSION} testing-plugins
- name: Build and run tests
Expand Down

0 comments on commit 529def7

Please sign in to comment.