From 98e3fa3cbc1899dc6d5d1871f412128c3ab4d813 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Sat, 11 Oct 2025 01:41:46 +0200 Subject: [PATCH] use hyphen --- .ci/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/compile.sh b/.ci/compile.sh index 6d445cf2c..007378be0 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -156,7 +156,7 @@ if [[ $RUNNER_OS == macOS ]]; then # vcpkg dependencies need a vcpkg triplet file to compile to the target macOS version # an easy way is to copy the x64-osx.cmake file and modify it triplets_dir="/tmp/cmake/triplets" - triplet_version="custom_triplet" + triplet_version="custom-triplet" triplet_file="$triplets_dir/$triplet_version.cmake" arch=$(uname -m) if [[ $arch == x86_64 ]]; then