Skip to content

Commit 3d3854b

Browse files
committed
Add docs
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 082f830 commit 3d3854b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dep_rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ permissions:
2020
id-token: write
2121
contents: read
2222

23+
# The reason for default shell bash is because on our self-hosted windows runners,
24+
# the default shell is powershell, which doesn't work correctly together with `just` commands.
25+
# Even if a command inside a just-recipe fails, github reports the step as successful.
26+
# The problem may or may not be related to our custom windows runner not applying the
27+
# powershell steps outlines here
28+
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
2329
defaults:
2430
run:
2531
shell: bash

0 commit comments

Comments
 (0)