Skip to content

Commit 3bdd832

Browse files
committed
opt: update deps
1 parent 29a16f0 commit 3bdd832

File tree

9 files changed

+623
-277
lines changed

9 files changed

+623
-277
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_dispatch:
55
inputs:
66
RUST_TOOLCHAIN:
7-
description: RUST_TOOLCHAIN (stable or 1.73)
8-
default: "1.73"
7+
description: RUST_TOOLCHAIN (stable or 1.89)
8+
default: "1.89"
99
required: true
1010

1111
schedule:
@@ -53,20 +53,12 @@ jobs:
5353
- run: rustup toolchain install ${{ inputs.RUST_TOOLCHAIN }} --profile minimal
5454
- uses: Swatinem/rust-cache@v2
5555

56-
- name: install deps for linux
57-
if: matrix.os == 'ubuntu-20.04'
58-
run: sudo apt update && sudo apt install -y libasound2-dev libavcodec-dev libavformat-dev libswresample-dev libavutil-dev libavformat-dev pkg-config
59-
60-
- name: install ffmpeg deps for macOS
61-
if: matrix.os == 'macOS-latest'
62-
run: brew install ffmpeg pkg-config && brew link ffmpeg
63-
6456
- name: Install cargo bundle
6557
if: matrix.os == 'ubuntu-20.04'
6658
shell: bash
6759
run: |
6860
pushd /tmp
69-
git clone https://github.com/KetaDotCC/cargo-bundle
61+
git clone https://github.com/burtonageo/cargo-bundle
7062
pushd cargo-bundle
7163
cargo install --path .
7264
popd

0 commit comments

Comments
 (0)