Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 2c31648

Browse files
committed
wtf?
1 parent 45d8e16 commit 2c31648

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/Build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
# cc: gcc
2828
# cxx: g++
2929
# cmake_args: -G "MinGW Makefiles" -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++
30-
#- name: Ubuntu Latest GCC
31-
# os: ubuntu-latest
32-
# cc: gcc
33-
# cxx: g++
34-
# cmake_args: -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++
30+
- name: Ubuntu Latest GCC
31+
os: ubuntu-latest
32+
cc: gcc
33+
cxx: g++
34+
cmake_args: -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++
3535
- name: macOS Latest Clang
3636
os: macos-latest
3737
cc: clang

0 commit comments

Comments
 (0)