File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : init
17- run : sudo apt update -yqq && sudo apt install -yqq ninja-build xorg-dev g++-13
17+ run : |
18+ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
19+ sudo apt update -yqq && sudo apt install -yqq ninja-build xorg-dev g++-13
1820 - name : configure gcc
1921 run : cmake -S . --preset=default -B build -DBAVE_BUILD_SHADERS=OFF -DBAVE_USE_FREETYPE=OFF -DCAPO_USE_OPENAL=OFF -DCMAKE_CXX_COMPILER=g++-13
2022 - name : configure clang
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ include(FetchContent)
1111FetchContent_Declare(
1212 bave
1313 GIT_REPOSITORY https://github.com/karnkaul/bave
14- GIT_TAG v0.5.2
14+ GIT_TAG v0.5.4
1515 SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR} /ext/bave"
1616)
1717
You can’t perform that action at this time.
0 commit comments