Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-burda authored Nov 30, 2024
1 parent 4a5ad60 commit a4fba3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: clang++
run: |
clang++ --version && \
clang++ main.cpp -I include -std=c++20 -O2 -Wall -Wextra -pedantic -Wshadow -Werror \
./a.out
clang++ main.cpp -I include -std=c++20 -O2 -Wall -Wextra -pedantic -Wshadow -Werror -o test \
./test
static_analysis:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a4fba3e

Please sign in to comment.