mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
LETS COMMENCE CI DEBUGGING
This commit is contained in:
@@ -80,6 +80,7 @@ jobs:
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt update || true
|
||||
sudo apt install libssl1.1:i386
|
||||
ldd librust_g.so
|
||||
- name: Compile & Run Unit Tests
|
||||
run: |
|
||||
tools/ci/install_byond.sh
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/// Locator for the RUSTG DLL or SO depending on system type
|
||||
#ifndef RUST_G
|
||||
/// Locator for the RUSTG DLL or SO depending on system type. Override if needed.
|
||||
#define RUST_G (world.system_type == UNIX ? "./librust_g.so" : "./rust_g.dll")
|
||||
#endif
|
||||
|
||||
// Gets the version of RUSTG
|
||||
/proc/rustg_get_version() return call(RUST_G, "get_version")()
|
||||
|
||||
Reference in New Issue
Block a user