Fix Dependencies
Some checks failed
CI / Test (ARM64) (push) Failing after 1m31s
CI / Test (AMD64) (push) Successful in 2m11s

This commit is contained in:
TheBrokenRail 2025-02-15 00:11:54 -05:00
parent bfbb477f60
commit 07593b9d65
2 changed files with 3 additions and 2 deletions

View File

@ -26,8 +26,8 @@ jobs:
- name: Build
run: ./example/build.sh
# Test
- name: Test (Pipe-Based)
- name: Test (Using Pipes)
run: MCPI_USE_PIPE_TRAMPOLINE=1 ./example/run.sh
- name: Test (Syscall-Based)
- name: Test (Using System Call)
run: ./example/run.sh
if: ${{ ! startsWith(matrix.arch, 'ARM') }}

View File

@ -7,6 +7,7 @@ apt-get install -y --no-install-recommends \
cmake \
ninja-build \
gcc g++ \
gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf \
python3 \
python3-venv \
python3-tomli \