Skip to content

Commit

Permalink
Update build_windows.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jan 31, 2024
1 parent 39736db commit f3694ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_windows.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit f3694ae

Please sign in to comment.