Skip to content

Commit 9cfd2b6

Browse files
committed
Update
[ghstack-poisoned]
1 parent 8e8b78c commit 9cfd2b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-presets.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ jobs:
119119
set -eux
120120
conda init powershell
121121
powershell -Command "& {
122-
$$ErrorActionPreference = 'Stop'
122+
\$ErrorActionPreference = 'Stop'
123+
\$PSNativeCommandUseErrorActionPreference = \$true
123124
Set-PSDebug -Trace 1
124125
125126
conda create --yes --quiet -n et python=3.12

0 commit comments

Comments
 (0)