mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Merge pull request #1474 from element-hq/fix-broken-windows-build
Use powershell shell instead of pwsh
This commit is contained in:
commit
443647c9af
5
.github/workflows/build_windows.yaml
vendored
5
.github/workflows/build_windows.yaml
vendored
@ -1,6 +1,11 @@
|
|||||||
# This workflow relies on actions/cache to store the hak dependency artifacts as they take a long time to build
|
# This workflow relies on actions/cache to store the hak dependency artifacts as they take a long time to build
|
||||||
# Due to this extra care must be taken to only ever run all build_* scripts against the same branch to ensure
|
# Due to this extra care must be taken to only ever run all build_* scripts against the same branch to ensure
|
||||||
# the correct cache scoping, and additional care must be taken to not run untrusted actions on the develop branch.
|
# the correct cache scoping, and additional care must be taken to not run untrusted actions on the develop branch.
|
||||||
|
|
||||||
|
# window-latest by default uses the pwsh shell which breaks codeSigningCert in the workflow
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: powershell
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
secrets:
|
secrets:
|
||||||
|
Loading…
Reference in New Issue
Block a user