diff options
author | saturneric <[email protected]> | 2025-04-18 17:53:20 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-18 17:53:20 +0000 |
commit | 2686fade3407d4163caf4234eefb872670a78ab4 (patch) | |
tree | b6c950f065dfcf6b30f769f88bbcf15bbfda15ac | |
parent | fix: ts file parse error (diff) | |
download | GpgFrontend-2686fade3407d4163caf4234eefb872670a78ab4.tar.gz GpgFrontend-2686fade3407d4163caf4234eefb872670a78ab4.zip |
fix: spelling mistake on project config by nightly build
-rw-r--r-- | .github/workflows/testing-nightly.yml | 2 |
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' |