Skip to content

Commit e355ff1

Browse files
committed
Attempt to fix windows builds by building locally instead of in a temp file
1 parent 56582cc commit e355ff1

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
@@ -141,7 +141,7 @@ jobs:
141141
shell: cmd /C CALL {0}
142142
run: |
143143
conda install -c labscript-suite setuptools-conda && ^
144-
setuptools-conda build %CONDA_BUILD_ARGS% --croot ${{ runner.temp }}\cb .
144+
setuptools-conda build %CONDA_BUILD_ARGS% .
145145
146146
- name: Upload Artifact
147147
if: matrix.conda

0 commit comments

Comments
 (0)