Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed Aug 7, 2023
1 parent 5e778c1 commit 70615b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:

# the prefix and version numbers for the branches need to be manually copied (for now) from:
# http://monetdb.org/testweb/web/status.php
#$msifile="c:\${{ env.MSI }}"
#(New-Object System.Net.WebClient).DownloadFile("http://monetdb.org/testweb/web/${{ env.MSI }}","$msifile");
#Start-Process "$msifile" -ArgumentList '/quiet /passive' -Wait
jobs:
windows-monetdb-build:
runs-on: windows-latest
Expand All @@ -29,9 +32,7 @@ jobs:
name: Install monetdb
shell: pwsh
run: |
$msifile="c:\${{ env.MSI }}"
(New-Object System.Net.WebClient).DownloadFile("http://monetdb.org/testweb/web/${{ env.MSI }}","$msifile");
Start-Process "$msifile" -ArgumentList '/quiet /passive' -Wait
Install-Binary -Url "http://monetdb.org/testweb/web/${{ env.MSI }}" -Name "${{ env.MSI }}" -ArgumentList '/quiet /passive /qn'
- uses: actions/upload-artifact@v3
with:
name: monetdb-win-${{ matrix.MONETDB_BRANCH }}
Expand Down

0 comments on commit 70615b8

Please sign in to comment.