Commit 971872d
committed
the last windows build failed because PyInstall exited with a (non-critical?) error. It does that during the build process, and it doesn't matter on my builds on gitlab.
What *does* matter is that GitHub apparenlty injects the following line to the top of all powershell scripts per https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
$ErrorActionPreference = 'stop'
The fix is apparently to define a custom shell, not 'powershell' to prevent this. Let's try it.1 parent f7cb981 commit 971872d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments