File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242
4343 - name : Install clang
4444 run : |
45- wget https://apt.llvm.org/llvm.sh
45+ curl -LO https://apt.llvm.org/llvm.sh
4646 chmod +x llvm.sh
4747 sudo ./llvm.sh ${{ matrix.clang_version }}
4848 sudo apt-get install -y clang-${{ matrix.clang_version }} lld-${{ matrix.clang_version }} libc++-${{ matrix.clang_version }}-dev libc++abi-${{ matrix.clang_version }}-dev
Original file line number Diff line number Diff line change 11option (NUI_FIND_FMT "Find fmt first before fetch content" ON )
22option (NUI_FETCH_FMT "Try FetchContent for fmt" ON )
33set (NUI_FMT_GIT_REPOSITORY "https://github.com/fmtlib/fmt.git" CACHE STRING "fmt git repository" )
4- set (NUI_FMT_GIT_TAG "77c0fc07d912ead06aaf9f2aaa5611a29139779e " CACHE STRING "fmt git tag" )
4+ set (NUI_FMT_GIT_TAG "12.0.0 " CACHE STRING "fmt git tag" )
55
66include ("${CMAKE_CURRENT_LIST_DIR} /../fetcher.cmake" )
77
You can’t perform that action at this time.
0 commit comments