aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-18 17:53:20 +0000
committersaturneric <[email protected]>2025-04-18 17:53:20 +0000
commit2686fade3407d4163caf4234eefb872670a78ab4 (patch)
treeb6c950f065dfcf6b30f769f88bbcf15bbfda15ac
parentfix: ts file parse error (diff)
downloadGpgFrontend-2686fade3407d4163caf4234eefb872670a78ab4.tar.gz
GpgFrontend-2686fade3407d4163caf4234eefb872670a78ab4.zip
fix: spelling mistake on project config by nightly build
-rw-r--r--.github/workflows/testing-nightly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testing-nightly.yml b/.github/workflows/testing-nightly.yml
index 48345824..d8975bf4 100644
--- a/.github/workflows/testing-nightly.yml
+++ b/.github/workflows/testing-nightly.yml
@@ -276,7 +276,7 @@ jobs:
- name: Build GpgFrontend (Linux)
# Build your GpgFrontend with the given configuration
run: |
- cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DDGPGFRONTEND_BUILD_TYPE_ONLY_APPLICATION=ON
+ cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DGPGFRONTEND_BUILD_TYPE_ONLY_APPLICATION=ON
cmake --build ${{github.workspace}}/build --config {{$env.BUILD_TYPE}} -- -v
if: runner.os == 'Linux'