Skip to content

Commit 73a05c1

Browse files
committed
Revert "Attempt to fix windows builds by building locally instead of in a temp file"
This reverts commit e355ff1.
1 parent d672fc8 commit 73a05c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
shell: cmd /C CALL {0}
136136
run: |
137137
conda install -c labscript-suite setuptools-conda && ^
138-
setuptools-conda build %CONDA_BUILD_ARGS% .
138+
setuptools-conda build %CONDA_BUILD_ARGS% --croot ${{ runner.temp }}\cb .
139139
140140
- name: Upload Artifact
141141
if: matrix.conda

0 commit comments

Comments
 (0)