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" ..