Skip to content

Commit f679abe

Browse files
committed
switch back to gcc
1 parent 277b002 commit f679abe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
5656
- name: Build
5757
env:
58-
CC: clang
59-
CXX: clang++
58+
CC: gcc
59+
CXX: g++
6060
run: |
6161
cmake . -B build -DTEST=1
6262
cmake --build build

0 commit comments

Comments
 (0)