Skip to content

Commit 71dcda6

Browse files
authored
bave v0.5.4. (#44)
* bave v0.5.4. * CI bullshit.
1 parent e2f8988 commit 71dcda6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ 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: |
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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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)