Skip to content

Commit

Permalink
Update .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast authored Jan 10, 2023
1 parent 2da4026 commit c57b9ff
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,6 @@ jobs:
curl -sL "https://sourceforge.net/projects/nsis/files/NSIS%203/${nsis_version}/nsis-${nsis_version}-log.zip/download" -o "nsis-${nsis_version}-log.zip"
7z x "nsis-${nsis_version}-log.zip" -aoa -o"$CONDA_PREFIX/NSIS/"
echo "NSIS_USING_LOG_BUILD=1" >> $GITHUB_ENV
- name: Set temp dirs correctly
if: startsWith(matrix.os, 'windows')
# https://github.com/actions/virtual-environments/issues/712
shell: powershell
run: |
echo "TMPDIR=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
echo "TMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
- name: Generate self-signed certificate (Windows)
if: startsWith(matrix.os, 'windows')
shell: cmd
Expand Down

0 comments on commit c57b9ff

Please sign in to comment.