Commit 14d290b
committed
fix(ci): correct GPAC fallback download URL for Windows builds
Fixes build failures when Chocolatey returns 503 errors by correcting
the fallback download URL for GPAC 2.4.
Changes:
- Updated URL from release/2.4.0/ to release/2.4/
- Fixed filename to match actual GPAC 2.4 release artifact
- Verified URL returns 200 OK from official GPAC download server
The previous URL returned 404 because:
1. Directory path used patch version (2.4.0) instead of minor (2.4)
2. Filename had incorrect commit hash
This change maintains all existing logic including the 3-retry
Chocolatey fallback mechanism and silent install parameters.1 parent 047c953 commit 14d290b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments