Skip to content

Commit

Permalink
Revert "temporarily disable gcc due to false positive stringop-trunca…
Browse files Browse the repository at this point in the history
…tion"

This reverts commit bf749b9.
  • Loading branch information
alex-courtis committed Dec 13, 2024
1 parent f63c976 commit 93008bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
run: |
sudo add-apt-repository universe
sudo apt install clang wayland-protocols libwlroots-dev libcmocka-dev cppcheck valgrind -y
# - name: gcc
# run: make CC=gcc CXX=g++ clean wideriver
- name: gcc
run: make CC=gcc CXX=g++ clean wideriver
- name: clang
run: make CC=clang CXX=clang++ clean wideriver
- name: test
Expand Down

0 comments on commit 93008bb

Please sign in to comment.