From f8de04812a8a179d24e9c103b430712003b95a5d Mon Sep 17 00:00:00 2001 From: acidicoala <67734819+acidicoala@users.noreply.github.com> Date: Sun, 5 Oct 2025 19:29:51 +0500 Subject: [PATCH] Updated CI --- .github/workflows/kb-build.yml | 27 +++++++++++++++------------ KoalaBox | 2 +- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.github/workflows/kb-build.yml b/.github/workflows/kb-build.yml index 3355db4..2acf1a8 100644 --- a/.github/workflows/kb-build.yml +++ b/.github/workflows/kb-build.yml @@ -1,3 +1,6 @@ +#file: noinspection GithubFunctionSignatureValidation +# The rule above suppresses false warning regarding missing function 'fromJson' + name: 🏗️ Build on: workflow_call: @@ -75,7 +78,7 @@ jobs: # Container - os: Linux - container: ghcr.io/acidicoala/koalabox:master@sha256:b389a8f522ce3d38f2e50570fb772beebbf0211b2d748210628091d42ee0bce5 + container: ghcr.io/acidicoala/koalabox:master@sha256:6c71a8064ea02c6f20f2c456293af1947e6f78b784154c0b11cba10263b4501d env: BUILD_DIR: ${{ github.workspace }}/build @@ -112,15 +115,15 @@ jobs: ${{ matrix.compiler }} --debug-output - - name: Build the project - run: > - cmake - --build ${{ env.BUILD_DIR }} - --config Release - --target ${{ matrix.module }} +# - name: Build the project +# run: > +# cmake +# --build ${{ env.BUILD_DIR }} +# --config Release +# --target ${{ matrix.module }} - - name: Upload binaries - uses: actions/upload-artifact@v4 - with: - name: ${{ matrix.module }}-${{ matrix.os }}-${{ matrix.arch }} - path: ${{ env.BUILD_DIR }}/${{ matrix.output }} +# - name: Upload binaries +# uses: actions/upload-artifact@v4 +# with: +# name: ${{ matrix.module }}-${{ matrix.os }}-${{ matrix.arch }} +# path: ${{ env.BUILD_DIR }}/${{ matrix.output }} diff --git a/KoalaBox b/KoalaBox index d6550fb..d7ce7da 160000 --- a/KoalaBox +++ b/KoalaBox @@ -1 +1 @@ -Subproject commit d6550fb20038951577ed5ecd45eced133c22419d +Subproject commit d7ce7daa14f759807929b63564df97a5afa21652