Skip to content

Commit

Permalink
Add EGOA_BUILD_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 13, 2023
1 parent 4d6b05c commit f819533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/synopsys-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Configure egoa
run: |
mkdir build
cmake -S . -B build -D CMAKE_BUILD_TYPE=Release -G "Unix Makefiles"
cmake -S . -B build -D EGOA_BUILD_TYPE=Release CMAKE_BUILD_TYPE=Release -G "Unix Makefiles"
- name: Run coverity build/scan
run: |
Expand Down

0 comments on commit f819533

Please sign in to comment.