File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : [ main ]
5+ branches : [main]
66 pull_request :
7- branches : [ main ]
7+ branches : [main]
88
99env :
1010 CARGO_TERM_COLOR : always
3636 run : cargo build
3737
3838 build-macos :
39- name : build / macos / latest ffmpeg
39+ name : build / macos / ffmpeg 7.1
4040 runs-on : macos-latest
4141
4242 steps :
4545
4646 - name : Install dependencies
4747 run : |
48- brew install ffmpeg pkg-config
48+ brew install ffmpeg@7 pkg-config
4949
5050 - name : Setup Rust
5151 uses : dtolnay/rust-toolchain@stable
9494 DEBIAN_FRONTEND=noninteractive apt-get update
9595 DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential ca-certificates clang curl pkg-config
9696
97- # - name: Setup Rust
98- # uses: dtolnay/rust-toolchain@stable
97+ # - name: Setup Rust
98+ # uses: dtolnay/rust-toolchain@stable
9999
100100 # TODO: Temporarily use nightly version of Rust for tests. Stable
101101 # currently has a bug that causes linking to fail. The fix is in
You can’t perform that action at this time.
0 commit comments