Skip to content

Commit 24573ff

Browse files
authored
Update rebuildDependencies.yml
1 parent 284418b commit 24573ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
rm -rf temp-vcpkg-boost
5555
5656
# 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
5858
# commit: 94a9df6990e426ec3fff1a4ba20016da4aafea70
59-
59+
6060
git clone --depth=1 https://github.com/microsoft/vcpkg.git temp-vcpkg-yasm
6161
cd temp-vcpkg-yasm
6262
git fetch origin 94a9df6990e426ec3fff1a4ba20016da4aafea70
@@ -66,7 +66,7 @@ jobs:
6666
rm -rf temp-vcpkg-yasm
6767
6868
# 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
7070
- name: Disable debug builds
7171
run: |
7272
echo 'set(VCPKG_BUILD_TYPE release)' >>triplets/x64-windows.cmake

0 commit comments

Comments
 (0)