We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0840b7b + 5f4d24a commit 339613fCopy full SHA for 339613f
.github/workflows/win-x64-build.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Preparing C/C++ Compiler
29
run: |
30
echo $env:VERSION
31
- curl "https://github.com/LittleYang0531/LittleYang0531/releases/download/g%2B%2B13/windows-x64.zip" -o gcc.zip
+ curl "https://corsproxy.org/https://github.com/LittleYang0531/LittleYang0531/releases/download/g%2B%2B13/windows-x64.zip" -o gcc.zip
32
unzip -q gcc.zip
33
34
- name: Preparing Chocolately
0 commit comments