Skip to content

Commit

Permalink
Use default compiler on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Aug 31, 2023
1 parent 00698c9 commit 132c50e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
uses: aminya/setup-cpp@v1
with:
gcc: true
ccache: true
clangtidy: true
clangformat: true

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ if(NETKIT_TFTP_TESTS)
add_executable(option_test option_test.cpp async_tftpd_server.hpp)
target_link_libraries(option_test PRIVATE tftpd)

if(APPLE)
if(NOT DEFINED ENV{CI})
add_test(NAME option_test COMMAND option_test)
endif()

Expand Down

0 comments on commit 132c50e

Please sign in to comment.