Skip to content

Commit

Permalink
Update fontlab-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
twardoch committed Nov 1, 2023
1 parent a4a5f69 commit bb0dc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fontlab-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
$url = "https://download.fontlab.com/fontlab-8/upd-win64.php"
$response = Invoke-WebRequest -Uri $url -Headers @{"Accept-Language"="en-US,en;q=0.9"} -UserAgent "Mozilla/5.0" -ErrorAction SilentlyContinue
Write-Host "Debug: All Response Headers: $($response.Headers)"
$response.Headers.Keys | ForEach-Object { Write-Host "$_ : $($response.Headers[$_])" }
if ($response -eq $null) {
throw "Failed to receive a valid response from the server."
}
Expand Down

0 comments on commit bb0dc34

Please sign in to comment.