Skip to content

Commit

Permalink
Freeze dependencies used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
christophgysin committed Sep 15, 2024
1 parent 0be490f commit cd5ce96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ jobs:
- name: Install developer package dependencies
run: sudo apt-get update && sudo apt install -y libunwind-dev && sudo apt-get install libpulse-dev portaudio19-dev libasound2-dev libsdl2-dev gstreamer1.0-dev libgstreamer-plugins-base1.0-dev libavahi-compat-libdnssd-dev

- run: cargo build --workspace --examples
- run: cargo fetch --locked
- run: cargo build --frozen --workspace --examples
- run: cargo test --workspace

- run: cargo install cargo-hack
Expand Down

0 comments on commit cd5ce96

Please sign in to comment.