1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-05 11:26:31 +00:00

Cleanup(CI): Don't build raknet with a separate script needlessly

This commit is contained in:
Dave Corley 2023-10-03 15:20:01 -05:00
parent 703461441b
commit fb2d2bc7dd
2 changed files with 0 additions and 14 deletions

View file

@ -24,9 +24,6 @@ jobs:
- name: Install Building Dependencies
run: sudo CI/install_debian_deps.sh gcc openmw-deps openmw-deps-dynamic
- name: Build Raknet
run: sudo CI/build_raknet.sh
- name: Prime ccache
uses: hendrikmuhs/ccache-action@v1.2
with:

View file

@ -1,11 +0,0 @@
#!/usr/bin/env bash
git clone https://github.com/DreamWeave-MP/CrabNet raknet
cd raknet
cmake . -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
make -j3
cd -