mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-19 07:50:49 +00:00
Fix vcpkg CI pipeline
vcpkg repo seems now to be a complete repo rather than shallow as before
This commit is contained in:
parent
056e29ea59
commit
56034e7f2b
1 changed files with 4 additions and 4 deletions
|
@ -69,17 +69,17 @@ jobs:
|
|||
# ninja --version
|
||||
cmake --version
|
||||
rm -rf C:/Strawberry/perl/bin/pkg-config*
|
||||
choco install --svc --sdc -i pkgconfiglite &
|
||||
chocoTask=$!
|
||||
choco install --svc --sdc -i pkgconfiglite
|
||||
# chocoTask=$!
|
||||
# manually update vcpkg
|
||||
cd $VCPKG_INSTALLATION_ROOT
|
||||
# git checkout master
|
||||
git remote -v
|
||||
git fetch --unshallow --tags --prune --progress origin
|
||||
git fetch --tags --prune --progress origin
|
||||
git checkout --force $(VCPKG_REVISION)
|
||||
sed -i 's/arm64/arm/g' ports/glib/portfile.cmake
|
||||
./bootstrap-vcpkg.sh
|
||||
wait $chocoTask
|
||||
# wait $chocoTask
|
||||
which pkg-config
|
||||
displayName: 'Update vcpkg'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
|
|
Loading…
Reference in a new issue