From bcb6111a58a2c00e1abe533605fe8e11aa57e8d6 Mon Sep 17 00:00:00 2001 From: Karn Kaul Date: Thu, 16 May 2024 21:34:02 +0530 Subject: [PATCH 1/2] bave v0.5.4. --- .github/workflows/ci.yml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bec1106..8acbc7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: init - 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 - name: configure gcc run: cmake -S . --preset=default -B build -DBAVE_BUILD_SHADERS=OFF -DBAVE_USE_FREETYPE=OFF -DCAPO_USE_OPENAL=OFF -DCMAKE_CXX_COMPILER=g++-13 - name: configure clang diff --git a/CMakeLists.txt b/CMakeLists.txt index b448584..3753ed5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ include(FetchContent) FetchContent_Declare( bave 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" ) From bd7c3668e687bdf82e6981439845dec68f2b57e8 Mon Sep 17 00:00:00 2001 From: Karn Kaul Date: Thu, 16 May 2024 23:19:59 +0530 Subject: [PATCH 2/2] CI bullshit. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8acbc7f..aa60e6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: init - run: sudo apt update -yqq && sudo apt install -yqq ninja-build xorg-dev + run: | + sudo add-apt-repository ppa:ubuntu-toolchain-r/test + sudo apt update -yqq && sudo apt install -yqq ninja-build xorg-dev g++-13 - name: configure gcc run: cmake -S . --preset=default -B build -DBAVE_BUILD_SHADERS=OFF -DBAVE_USE_FREETYPE=OFF -DCAPO_USE_OPENAL=OFF -DCMAKE_CXX_COMPILER=g++-13 - name: configure clang