Skip to content

Commit

Permalink
Fixup windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcothaller committed Nov 8, 2024
1 parent a0b56e9 commit fe7d6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
curl --no-progress-meter --location --remote-name `
https://github.com/slint-ui/slint/releases/download/v$env:SLINT_VERSION/Slint-cpp-$env:SLINT_VERSION-win64-MSVC.exe
& .\Slint-cpp-$env:SLINT_VERSION-win64.exe /S /D=c:\slint
& .\Slint-cpp-$env:SLINT_VERSION-win64-MSVC.exe /S /D=c:\slint
Write-Output "SLINT_INSTALL_LOCATION=c:\slint" >> $env:GITHUB_ENV
# Tests build
Expand Down

0 comments on commit fe7d6a7

Please sign in to comment.