Skip to content

Commit

Permalink
maybe fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Apr 8, 2024
1 parent 20952ac commit 9acbea9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
run: |
Invoke-WebRequest -Uri "https://download.blender.org/release/Blender4.1/blender-4.1.0-windows-x64.zip" -OutFile "blender.zip"
Expand-Archive -Path "blender.zip" -DestinationPath "blender"
"blender\blender.exe" --version
"blender\blender.exe" -b --python tests/install.py
"blender\blender.exe" -b --python tests/run.py -- -v
"./blender/blender.exe" --version
"./blender/blender.exe" -b --python tests/install.py
"./blender/blender.exe" -b --python tests/run.py -- -v
- name: Test in Blender Linux
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 9acbea9

Please sign in to comment.