Changeset - r28040:58da0979d8fd
[Not reviewed]
master
0 1 0
Loïc Guilloux - 13 months ago 2023-10-25 19:20:45
glx22@users.noreply.github.com
Fix: [CI] Installed (and cached) vcpkg packages are never upgraded in release-linux workflow (#11396)

Other workflows use a per image cache because images provide a fixed vcpkg clone.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.github/workflows/release-linux.yml
Show inline comments
 
@@ -116,6 +116,9 @@ jobs:
 
          cd /vcpkg
 
          ./bootstrap-vcpkg.sh -disableMetrics
 

	
 
          # Once installed (and cached) a package will never be upgraded unless we do it ourselves.
 
          ./vcpkg upgrade --no-dry-run
 

	
 
          # Make Python3 available for other packages.
 
          ./vcpkg install python3
 
          ln -sf $(pwd)/installed/x64-linux/tools/python3/python3.[0-9][0-9] /usr/bin/python3
0 comments (0 inline, 0 general)