mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 09:32:02 +00:00
Fix vcpkg pipeline (#909)
This commit is contained in:
parent
768fa225db
commit
9380e27009
1 changed files with 3 additions and 2 deletions
|
@ -66,8 +66,9 @@ jobs:
|
|||
# manually update vcpkg
|
||||
cd $VCPKG_INSTALLATION_ROOT
|
||||
# git checkout master
|
||||
git fetch origin
|
||||
git checkout $(VCPKG_REVISION)
|
||||
git remote -v
|
||||
git fetch --unshallow --tags --prune --progress origin
|
||||
git checkout --force $(VCPKG_REVISION)
|
||||
sed -i 's/arm64/arm/g' ports/glib/portfile.cmake
|
||||
./bootstrap-vcpkg.sh
|
||||
wait $chocoTask
|
||||
|
|
Loading…
Reference in a new issue