Skip to content

Commit

Permalink
Merge pull request #112 from Fixstars-momoko/hotfix/release-yml
Browse files Browse the repository at this point in the history
hotfix: invalid release workflow file
  • Loading branch information
Fixstars-momoko authored Jul 5, 2024
2 parents ccd9b85 + 515c7ad commit b126db7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,9 @@ jobs:
test-installer-ps1-zip:
needs: [release-windows]
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2019, windows-2022]

strategy:
matrix:
os: [windows-2019, windows-2022]
options: [ "-user $env:USERNAME -InstallOpenCV", "-user $env:USERNAME"]
version: ['current']
exclude:
Expand Down

0 comments on commit b126db7

Please sign in to comment.