From b0f7d640d4cc23a13de467625be476bbb7156e2c Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sun, 16 Feb 2025 14:09:54 +0100 Subject: [PATCH] build project in CI --- .github/workflows/rust.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0743201..4281085 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -9,9 +9,6 @@ on: env: CARGO_TERM_COLOR: always - # Make sure CI fails on all warnings, including Clippy lints - RUSTFLAGS: "-Dwarnings" - jobs: build: @@ -19,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + submodules: 'recursive' - name: Update repos run: sudo apt-get update -qq @@ -27,7 +26,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