Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ jobs:

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


- name: Setup yt-dlp PPA
run: sudo add-apt-repository ppa:tomtomtom/yt-dlp

- name: Install yt-dlp
run: sudo apt update && sudo apt install -y yt-dlp

- name: Run cargo test
run: cargo test

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
target: aarch64-unknown-linux-gnu
cargo_cmd: cross
- build: x86_64-apple
os: macos-14-large
os: macos-15-intel
rust: stable
target: x86_64-apple-darwin
cargo_cmd: cargo
Expand Down
Loading