From 8bc1de2ff154a002fd5c7dfca3f700a54c987c05 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Fri, 31 Jan 2025 09:03:48 +0100 Subject: [PATCH] fix: exclude x86_64-pc-windows-gnu target Target currently can't build with latest version of rust-rocksdb. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 725fe1e..8c641d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,6 +68,7 @@ jobs: repo: ${{ github.repository }} version: ${{ needs.tag.outputs.version }} branch: ${{ needs.tag.outputs.branch }} + exclude-builds: '[{ build: { target: "x86_64-pc-windows-gnu", os: "windows-2019" } }]' artifact-patterns: | ^libzenoh_backend_fs\.(dylib|so)$ ^zenoh_backend_fs\.dll$