Fix Dependencies
This commit is contained in:
parent
bfbb477f60
commit
07593b9d65
@ -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') }}
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user