You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless this is some transient error, it looks like the fetch-configlet PowerShell script now fails in CI:
Invoke-WebRequest: D:\a\configlet\configlet\scripts\fetch-configlet.ps1:29
Line |
29 | Invoke-WebRequest -Uri $downloadUrl -OutFile $outputFile @requestOpts
| ~~~~~~~~~~~~
| Cannot convert 'System.Object[]' to the type 'System.Uri' required by parameter 'Uri'. Specified method is not
| supported.
Error: Process completed with exit code 1.
I tested the previous commit by tagging it, and pushing that tag to
exercism/configlet, which triggers the build workflow.
But it looks like it also triggered the fetch-configlet workflow, which
seems to fail on Windows [1]. Create an empty commit so that there's no
failing fetch-configlet check on the pull request.
[1] exercism#786
Unless this is some transient error, it looks like the fetch-configlet PowerShell script now fails in CI:
The workflow pins the version of Windows:
configlet/.github/workflows/fetch-configlet.yml
Line 25 in 5e6ddd8
but does not pin the version of PowerShell.
The job was successful with image version 20230730.1 but fails with image version 20230804.1.1
The text was updated successfully, but these errors were encountered: