Skip to content

Commit

Permalink
remove new ci jobs, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brzep committed Dec 2, 2024
1 parent ea0fd09 commit d1c6d77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
check:
runs-on: ubuntu-24.04
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-dotnet: 'true'

- name: 🛠 Install system dependencies
run: |
set -e
Expand Down Expand Up @@ -50,9 +45,6 @@ jobs:
EOF
git submodule update --init
- name: 🧹 cargo clean
run : cargo clean

- name: 📁 Rust cache
uses: Swatinem/rust-cache@v2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ pub async fn connect(
.create_offer(None)
.await
.map_err(WhipError::OfferCreationError)?;
error!("offer: {offer:?}");

let endpoint_url = Url::parse(&whip_ctx.options.endpoint_url)
.map_err(|e| WhipError::InvalidEndpointUrl(e, whip_ctx.options.endpoint_url.clone()))?;
Expand Down

0 comments on commit d1c6d77

Please sign in to comment.