Skip to content

Commit

Permalink
macos attempt again...............
Browse files Browse the repository at this point in the history
  • Loading branch information
r3w0p committed May 24, 2024
1 parent 0f4f2cd commit 7902b9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
compiler_c: clang
compiler_cpp: clang++

#- name: MacOS Clang
# os: macos-latest
# compiler_c: clang
# compiler_cpp: clang++
- name: MacOS Clang
os: macos-latest
compiler_c: clang
compiler_cpp: clang++

- name: Windows GCC
os: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ set(PROJECT_URL "https://github.com/r3w0p/caravan")
set(CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} "-static")

include(FetchContent)

set(FETCHCONTENT_UPDATES_DISCONNECTED TRUE)
set(FETCHCONTENT_QUIET FALSE)


# --- FTXUI
FetchContent_Declare(ftxui
GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui
Expand Down

0 comments on commit 7902b9d

Please sign in to comment.