From 404e04231437c211de49af5e7908bd3f689d36a1 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Wed, 15 Nov 2023 14:17:55 +0100 Subject: [PATCH] Remove export binaries option Contributes to CURA-10831 --- .github/workflows/conan-package.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/conan-package.yml b/.github/workflows/conan-package.yml index 77dd70122..2e9596667 100644 --- a/.github/workflows/conan-package.yml +++ b/.github/workflows/conan-package.yml @@ -31,5 +31,4 @@ jobs: with: recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }} recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }} - conan_export_binaries: false secrets: inherit