diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/debug.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 80cc3d08..c797cf7f 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -112,7 +112,7 @@ jobs: - name: Build GpgFrontend # Build your program with the given configuration - run: cmake -G Ninja --build ${{github.workspace}}/build --config $env.BUILD_TYPE}} -- -v + run: cmake -G Ninja --build ${{github.workspace}}/build --config {{$env.BUILD_TYPE}} -- -v if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-10.15' - name: Configure CMake & Build Binary(Windows) |