From bed96518c2b5d3cd1e7f9cbc65f151abe02b665d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sun, 24 Nov 2024 00:33:00 +0100 Subject: [PATCH] fix target ci --- .github/workflows/pre-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 872262da..29b44fad 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -15,7 +15,7 @@ jobs: - os: ubuntu-latest target: aarch64-unknown-linux-musl - os: ubuntu-latest - target: x86_64-pc-windows-gnu + target: x86_64-w64-mingw32 - os: macos-13 target: x86_64-apple-darwin - os: macos-14