From ecd0f86a94ae7ba795c4419d5b9b2cdf1e77e17a Mon Sep 17 00:00:00 2001 From: DNKpp Date: Sat, 5 Oct 2024 17:54:05 +0200 Subject: [PATCH] try fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7c98a45c..09b8a2f4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: build_mode: [Debug, Release] cxx_standard: [20, 23] format_backend: [std, fmt] - config: ${{ fromYaml(${{env.config}}) }} + config: ${{ env.config }} steps: - uses: actions/checkout@v4