Minimal cargo-c support

This commit is contained in:
Luca Barbato
2024-12-12 21:32:22 +01:00
parent 3023d228c7
commit eacbba2c07
5 changed files with 21 additions and 94 deletions

View File

@@ -53,6 +53,13 @@ jobs:
test-limbo:
runs-on: ubuntu-latest
steps:
- name: Install cargo-c
env:
LINK: https://github.com/lu-zero/cargo-c/releases/download/v0.10.7
CARGO_C_FILE: cargo-c-x86_64-unknown-linux-musl.tar.gz
run: |
curl -L $LINK/$CARGO_C_FILE | tar xz -C ~/.cargo/bin
- uses: actions/checkout@v2
- name: Test
run: make test