Skip to content

Commit

Permalink
$HOME only available in pwsh/bash
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed Aug 7, 2023
1 parent 26185ed commit c68f949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Install monetdb
shell: pwsh
run: |
Install-Binary -Url "http://monetdb.org/testweb/web/${{ env.MSI }}" -Name "${{ env.MSI }}" -ArgumentList "/norestart /quiet /passive /qn INSTALLLEVEL=1000 INSTALL_PATH=${{ HOME }}\MonetDB"
Install-Binary -Url "http://monetdb.org/testweb/web/${{ env.MSI }}" -Name "${{ env.MSI }}" -ArgumentList "/norestart /quiet /passive /qn INSTALLLEVEL=1000 INSTALL_PATH=$HOME\MonetDB"
- uses: actions/upload-artifact@v3
with:
name: monetdb-win-${{ matrix.MONETDB_BRANCH }}
Expand Down

0 comments on commit c68f949

Please sign in to comment.