ci: remove 'stable' from vcpkg target triplet key

This commit is contained in:
2025-07-23 23:55:15 -05:00
parent 1e12940445
commit 00c99dc05f

View File

@@ -41,7 +41,7 @@ rev = "2024.05.24" # release 2024.05.24 # to check for a new one, check https://
[package.metadata.vcpkg.target]
x86_64-pc-windows-msvc = { triplet = "x64-windows-static-md" }
stable-x86_64-unknown-linux-gnu = { triplet = "x86_64-unknown-linux-gnu" }
x86_64-unknown-linux-gnu = { triplet = "x86_64-unknown-linux-gnu" }
[target.'cfg(target_os = "emscripten")'.dependencies]
libc = "0.2.16"