Skip to content

Commit

Permalink
build with clang for analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Mar 10, 2024
1 parent 2a68b9e commit 386fb66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
-DBUILD_GSTREAMER_AUDIO_PLAYER_PLUGIN=On \
-DBUILD_GSTREAMER_VIDEO_PLAYER_PLUGIN=On \
-DENABLE_VULKAN=ON \
-DENABLE_OPENGL=ON
-DENABLE_OPENGL=ON \
-DCMAKE_C_COMPILER=clang
- name: Analyze
id: analyze
Expand Down

0 comments on commit 386fb66

Please sign in to comment.