Skip to content

Commit d8f8b12

Browse files
committed
Update
[ghstack-poisoned]
1 parent 352c059 commit d8f8b12

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,14 +119,15 @@ jobs:
119119
set -eux
120120
conda init powershell
121121
powershell -Command "& {
122-
\$ErrorActionPreference = 'Stop'
122+
$ErrorActionPreference = 'Stop'
123123
Set-PSDebug -Trace 1
124124
125125
conda create --yes --quiet -n et python=3.12
126126
conda activate et
127127
128128
python install_requirements.py
129129
cmake --preset ${{ matrix.preset }}
130+
130131
Write-Host "Build exit code: \$LASTEXITCODE"
131132
\$numCores = [System.Environment]::GetEnvironmentVariable('NUMBER_OF_PROCESSORS') - 1
132133
cmake --build cmake-out -j \$numCores

0 commit comments

Comments
 (0)