From f3694ae73639029799656c1f354f9bd5bed1c5ce Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 31 Jan 2024 14:29:25 +0000 Subject: [PATCH] Update build_windows.yaml --- .github/workflows/build_windows.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index 8856b6a..4155ec4 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -1,6 +1,11 @@ # 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 # the correct cache scoping, and additional care must be taken to not run untrusted actions on the develop branch. + +# windows-latest by default uses the pwsh shell which breaks codeSigningCert in the workflow +defaults: + run: + shell: powershell on: workflow_call: secrets: