Skip to content

Commit bcb6111

Browse files
committed
bave v0.5.4.
1 parent e2f8988 commit bcb6111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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: sudo apt update -yqq && sudo apt install -yqq ninja-build xorg-dev
1818
- name: configure gcc
1919
run: cmake -S . --preset=default -B build -DBAVE_BUILD_SHADERS=OFF -DBAVE_USE_FREETYPE=OFF -DCAPO_USE_OPENAL=OFF -DCMAKE_CXX_COMPILER=g++-13
2020
- name: configure clang

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include(FetchContent)
1111
FetchContent_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

0 commit comments

Comments
 (0)