Skip to content

Commit

Permalink
ci: fix for cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
niclashoyer committed Jan 26, 2022
1 parent 7654ac4 commit ce10e29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ jobs:
toolchain: stable
profile: minimal
override: true
- name: install dependencies
shell: bash
run: |
sudo apt update
sudo apt-get install -y librtlsdr-dev libsystemd-dev
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit ce10e29

Please sign in to comment.