From e170f2e67ab4d76a84d4f67996c141f08b83caa6 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Mon, 7 Oct 2024 01:24:19 -0400 Subject: [PATCH] ci!: no longer attempt to support `x86_64-pc-windows-gnu` (unfortunately) --- .../workflows/compile-and-publish-binaries-to-release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile-and-publish-binaries-to-release.yml b/.github/workflows/compile-and-publish-binaries-to-release.yml index 87dd174..70ef57d 100644 --- a/.github/workflows/compile-and-publish-binaries-to-release.yml +++ b/.github/workflows/compile-and-publish-binaries-to-release.yml @@ -40,8 +40,11 @@ jobs: - runner: windows-latest target: aarch64-pc-windows-msvc - - runner: windows-latest - target: x86_64-pc-windows-gnu + # I don't think supporting this is up to me + # I forgot where I learned this, but + # I don't think I can use a non-Rust dependency (i.e. llama.cpp) here + # - runner: windows-latest + # target: x86_64-pc-windows-gnu - runner: windows-latest target: x86_64-pc-windows-msvc