Skip to content

Commit

Permalink
add graphical examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gilpazintel committed Feb 27, 2025
1 parent eedd032 commit 3828011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DBUILD_EXAMPLES=true
cmake .. -DBUILD_EXAMPLES=true -DBUILD_GRAPHICAL_EXAMPLES=true
make -j$(($(nproc)-1))
- name: Run Valgrind
Expand Down

0 comments on commit 3828011

Please sign in to comment.