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

Commit 45d8e16

Browse files
committed
update build.yml.
1 parent b76258a commit 45d8e16

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Build.yml

Lines changed: 6 additions & 6 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
@@ -55,4 +55,4 @@ jobs:
5555
- name: Build
5656
working-directory: ${{github.workspace}}/build
5757
shell: bash
58-
run: pwd && ls -a && cmake --build . --config $BUILD_TYPE
58+
run: cmake --build . --config $BUILD_TYPE

0 commit comments

Comments
 (0)