hugo/.github
Anthony Fok f7e00c039f
github: Use GitHub's Choco-Install function to retry installs
Apparently, two instances of "choco install mingw" running simultaneously
(for go-version 1.18.x and 1.19.x) would often cause at least one of them
to fail to connect to SourceForge:

    ERROR: The remote file either doesn't exist, is unauthorized,
    or is forbidden for url
    'https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/ray_linn/GCC-10.X-with-ada/GCC-10.2.0-crt-8.0.0-with-ada-20201019.7z/download'.
    Exception calling "GetResponse" with "0" argument(s):
    "The request was aborted: Could not create SSL/TLS secure channel."

With Choco-Install however, it simply works every single time!

Thanks to keymanapp/api.keyman.com#156 for the great tip!

See the definition of the PowerShell Choco-Install function here:
https://github.com/actions/runner-images/blob/main/images/win/scripts/ImageHelpers/ChocoHelpers.ps1
2022-08-14 00:52:23 -06:00
..
ISSUE_TEMPLATE github: Clean up the issue templates a little 2022-01-13 09:44:55 +01:00
workflows github: Use GitHub's Choco-Install function to retry installs 2022-08-14 00:52:23 -06:00
dependabot.yml deps: Bump github.com/spf13/cobra from 0.0.7 to 1.1.1 2020-10-24 03:39:53 -06:00
SUPPORT.md Create SUPPORT.md 2018-05-21 16:56:30 +02:00