build project in CI
Some checks failed
Rust / build (push) Failing after 14s

This commit is contained in:
Vinzenz Schroeter 2025-02-16 14:09:54 +01:00
parent 2a94287f35
commit 4ddd89b5f6

View file

@ -19,6 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Update repos
run: sudo apt-get update -qq
@ -27,7 +29,7 @@ jobs:
- name: install lzma
run: sudo apt-get install -qy liblzma-dev
- name: install dotnet
run: dotnet-sdk-8.0 ca-certificates libc6 libgcc-s1 libicu74 liblttng-ust1 libssl3 libstdc++6 libunwind8 zlib1g
run: sudo apt-get install -qy dotnet-sdk-8.0 ca-certificates libc6 libgcc-s1 libicu74 liblttng-ust1 libssl3 libstdc++6 libunwind8 zlib1g
- name: generate bindings
run: ./generate-binding.sh