Skip to content

Commit

Permalink
chore: temporal set publish=false sip transport (#94)
Browse files Browse the repository at this point in the history
* chore: temporal set publish=false for sip transport

* chore: install deps when run release-plz
  • Loading branch information
giangndm authored Nov 24, 2023
1 parent f146ac6 commit 455db73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,16 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Install dev-tools
run: sudo apt-get install -y --no-install-recommends pkg-config musl-dev musl-tools

- name: Install deps
run: sudo apt-get install -y --no-install-recommends libssl-dev libopus-dev libfdk-aac-dev libsoxr-dev

- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
Expand Down
1 change: 1 addition & 0 deletions transports/sip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "MIT"
description = "SIP transport for atm0s-media-server"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 455db73

Please sign in to comment.