Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Aug 27, 2024
1 parent c263417 commit 205680c
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 205680c

Please sign in to comment.