Skip to content

Commit

Permalink
Update cf-win.msvc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mguludag authored May 20, 2024
1 parent 6beee4b commit 04b78be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cf-win.msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:

- name: Run localtunnel and compiler-explorer
run: |
cloudflared tunnel --url http://localhost:10240
Start-Process -FilePath "powershell.exe" -ArgumentList "C:\setup-ce.ps1"
$Client = New-Object System.Net.Sockets.TcpClient
while($true){ try{ $Client.Connect("localhost", 10240) }catch{} if($Client.Connected){ break } Start-Sleep -s 1 }
Expand Down

0 comments on commit 04b78be

Please sign in to comment.