We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082f830 commit 3d3854bCopy full SHA for 3d3854b
.github/workflows/dep_rust.yml
@@ -20,6 +20,12 @@ permissions:
20
id-token: write
21
contents: read
22
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
29
defaults:
30
run:
31
shell: bash
0 commit comments