File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
rm -rf temp-vcpkg-boost
55
55
56
56
# YASM overlay (ARM64 fix)
57
- # commit before changes to yasm package which seems to break ARM builds https://github.com/microsoft/vcpkg/pull/45856
57
+ # commit before changes to yasm package which seems to break ARM builds https://github.com/microsoft/vcpkg/pull/45856
58
58
# commit: 94a9df6990e426ec3fff1a4ba20016da4aafea70
59
-
59
+
60
60
git clone --depth=1 https://github.com/microsoft/vcpkg.git temp-vcpkg-yasm
61
61
cd temp-vcpkg-yasm
62
62
git fetch origin 94a9df6990e426ec3fff1a4ba20016da4aafea70
66
66
rm -rf temp-vcpkg-yasm
67
67
68
68
# NOTE: disabling debug for all triplets, so 64 host / 32 guest won't build debug version of 64-bit tools
69
- # Othervice , x86 package size is way larger than needed
69
+ # Otherwise , x86 package size is way larger than needed
70
70
- name : Disable debug builds
71
71
run : |
72
72
echo 'set(VCPKG_BUILD_TYPE release)' >>triplets/x64-windows.cmake
You can’t perform that action at this time.
0 commit comments