From 21e4b6e68550853933dbc87becd33f9d8154fccd Mon Sep 17 00:00:00 2001 From: Dima353 Date: Sun, 2 Aug 2026 08:24:35 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.github/workflows/build-vita.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-vita.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-vita.yml b/.github/workflows/build-vita.yml index 0ce93554..7c1e2874 100644 --- a/.github/workflows/build-vita.yml +++ b/.github/workflows/build-vita.yml @@ -37,12 +37,12 @@ jobs: - name: Build librw-vita (fork, kept building against current vitaGL) run: | - git clone --depth 1 https://github.com/Dima353/librw-vita.git + git clone --depth 1 https://git.skyforces.ru/Dima353/librw-vita.git make -C librw-vita -j"$(nproc)" install - name: Build OpenAL-Soft (Vita fork) run: | - git clone --depth 1 -b vita-1.19.1 https://github.com/Dima353/openal-soft.git + git clone --depth 1 -b vita-1.19.1 https://git.skyforces.ru/Dima353/openal-soft.git mkdir -p openal-soft/build && cd openal-soft/build cmake -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_C_FLAGS="-D_GNU_SOURCE -Wno-error=implicit-function-declaration -Wno-error=int-conversion" ..