File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 ./configure
3131 make
3232 sudo make install
33- - name : Set up Rust
34- uses : actions-rust-lang/setup-rust-toolchain@v1
35- with :
36- toolchain : stable
37- override : true
38- components : rustfmt, clippy
3933 - name : Build
4034 run : |
4135 cargo build
5852 - name : Install VapourSynth
5953 run : |
6054 brew install vapoursynth
61- - name : Set up Rust
62- uses : actions-rust-lang/setup-rust-toolchain@v1
63- with :
64- toolchain : stable
65- override : true
66- components : rustfmt, clippy
6755 - name : Build
6856 run : |
6957 cargo build
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v2
2222 with :
2323 submodules : recursive
24- - name : Set up Rust
25- uses : actions-rust-lang/setup-rust-toolchain@v1
26- with :
27- toolchain : stable
28- override : true
2924 - name : Run doc
3025 run : |
3126 cargo doc --workspace --no-deps
3530 path : target/doc
3631 - name : Deploy to GitHub Pages
3732 id : deployment
38- uses : actions/deploy-pages@v1
33+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments