We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f8988 commit bcb6111Copy full SHA for bcb6111
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: init
17
- run: sudo apt update -yqq && sudo apt install -yqq ninja-build xorg-dev g++-13
+ run: sudo apt update -yqq && sudo apt install -yqq ninja-build xorg-dev
18
- name: configure gcc
19
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
- name: configure clang
CMakeLists.txt
@@ -11,7 +11,7 @@ include(FetchContent)
11
FetchContent_Declare(
12
bave
13
GIT_REPOSITORY https://github.com/karnkaul/bave
- GIT_TAG v0.5.2
+ GIT_TAG v0.5.4
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ext/bave"
)
0 commit comments