We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d8757 commit 6adde0aCopy full SHA for 6adde0a
.github/actions/prepare-vcpkg/action.yml
@@ -77,8 +77,9 @@ runs:
77
# Especially on emulated architectures, this reduces initial build time by ~1h.
78
- name: Only create `Release` builds of dependencies
79
shell: bash
80
+ working-directory: libdave/cpp/vcpkg
81
run: |
- for f in $(find ./libdave/cpp/vcpkg/triplets -name '*.cmake'); do
82
+ for f in $(find ./triplets -name '*.cmake'); do
83
echo "set(VCPKG_BUILD_TYPE release)" >> "$f"
84
git update-index --assume-unchanged "$f"
85
done
0 commit comments