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 14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
- 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
18
20
- name : configure gcc
19
21
run : cmake -S . --preset=default -B build -DBAVE_BUILD_SHADERS=OFF -DBAVE_USE_FREETYPE=OFF -DCAPO_USE_OPENAL=OFF -DCMAKE_CXX_COMPILER=g++-13
20
22
- name : configure clang
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ include(FetchContent)
11
11
FetchContent_Declare (
12
12
bave
13
13
GIT_REPOSITORY https://github.com/karnkaul/bave
14
- GIT_TAG v0.5.2
14
+ GIT_TAG v0.5.4
15
15
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR} /ext/bave"
16
16
)
17
17
You can’t perform that action at this time.
0 commit comments