ci: fix windows desktop build (#3721)
This commit is contained in:
committed by
GitHub
parent
1aab9f7f8a
commit
c35d275273
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -324,7 +324,7 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'windows-latest'
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
export PATH=$PATH:/c/ghcup/bin
|
||||
export PATH=$PATH:/c/ghcup/bin:$(echo /c/tools/ghc-*/bin || echo)
|
||||
scripts/desktop/build-lib-windows.sh
|
||||
cd apps/multiplatform
|
||||
./gradlew packageMsi
|
||||
|
||||
Reference in New Issue
Block a user