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 3518102 commit 807c35f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:

- name: Prepare test resources
run: |
(New-Object Net.WebClient).DownloadFile('https://github.com/WrinklyNinja/testing-plugins/archive/$TESTING_PLUGINS_VERSION.zip', "$PWD/$TESTING_PLUGINS_VERSION.zip")
7z x $TESTING_PLUGINS_VERSION.zip
mv testing-plugins-$TESTING_PLUGINS_VERSION testing-plugins
(New-Object Net.WebClient).DownloadFile('https://github.com/WrinklyNinja/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
- name: Build and run tests
run: cargo test --all --all-features
Expand Down

0 comments on commit 807c35f

Please sign in to comment.