From 205680cb29be8165371d81b0dfd837d1ca1ff789 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Tue, 27 Aug 2024 19:08:50 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5faf612..5875cf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: install deps + run: apt-get install protobuf-compiler + - name: setup Rust run: | rustup update @@ -47,23 +50,6 @@ jobs: - name: doc run: cargo doc --workspace --all-features --no-deps - package: - name: package - needs: [tests] - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] - fail-fast: true - steps: - - uses: actions/checkout@v4 - - - name: setup Rust - run: | - rustup update - cargo install cargo-aur - cargo install cargo-generate-rpm - - name: package run: | cargo build --release