Skip to content

Commit

Permalink
Attempt to fix windows builds by building locally instead of in a tem…
Browse files Browse the repository at this point in the history
…p file
  • Loading branch information
dihm committed Oct 23, 2024
1 parent 56582cc commit e355ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
shell: cmd /C CALL {0}
run: |
conda install -c labscript-suite setuptools-conda && ^
setuptools-conda build %CONDA_BUILD_ARGS% --croot ${{ runner.temp }}\cb .
setuptools-conda build %CONDA_BUILD_ARGS% .
- name: Upload Artifact
if: matrix.conda
Expand Down

0 comments on commit e355ff1

Please sign in to comment.