From 550c082c476492c59b7c777c42e2bb2e9e23b023 Mon Sep 17 00:00:00 2001 From: William Bell Date: Sat, 14 Jun 2025 01:59:59 +0100 Subject: [PATCH] fix releaser --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb818f4..570922f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,6 @@ jobs: - name: Configure Conan run: | conan profile detect - conan profile update settings.compiler.libcxx=libstdc++11 default - name: Install dependencies and build with Conan run: |