Skip to content

Commit

Permalink
Fix install windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro OSIAS committed Oct 26, 2023
1 parent 2cb007b commit 78958a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/run_rport_server.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = "Stop"
mkdir C:\rport
Set-Location C:\rport
Invoke-WebRequest "https://download.rport.io/rportd/stable/?arch=Windows_x86_64" -OutFile rportd.zip
Invoke-WebRequest "https://download.openrport.io/rportd/stable/?arch=_x86_64" -OutFile rportd.zip
Expand-Archive rportd.zip .
./rportd --version

Expand Down

0 comments on commit 78958a1

Please sign in to comment.