Skip to content

Commit 5ba0e14

Browse files
authored
fix: build cargo-c with --locked to work around rust-lang/cargo#13002 (#1785)
1 parent 9049f8a commit 5ba0e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/rav1e.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
git clone -b v0.6.6 --depth 1 https://github.com/xiph/rav1e.git
1414

1515
cd rav1e
16-
cargo install cargo-c
16+
cargo install --locked cargo-c
1717

1818
mkdir build.libavif
1919
cargo cinstall --release --library-type=staticlib --prefix=/usr --destdir build.libavif

0 commit comments

Comments
 (0)