aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-12 23:36:05 +0000
committerSaturneric <[email protected]>2022-01-12 23:43:35 +0000
commit8bdb1c4f578cb36a6168c5378ad74c5cad42fce7 (patch)
tree2f3b096d7baede679fe4f4fac2064d66f5a8ee9a
parent<chore>(project, resource, ci): Fix certificates directories and debug.yml (diff)
downloadGpgFrontend-8bdb1c4f578cb36a6168c5378ad74c5cad42fce7.tar.gz
GpgFrontend-8bdb1c4f578cb36a6168c5378ad74c5cad42fce7.zip
<chore>(project, resource, ci): Fix certificates directories and debug.yml
1. Adjust the ci configuration file for macOS and Ubuntu.
Diffstat (limited to '')
-rw-r--r--.github/workflows/debug.yml2
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)