File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed
Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 11name : Build and Archive XRNX_Starter_Pack.zip
22
3- on : [push]
3+ on :
4+ pull_request :
5+ branches : [ "master" ]
6+ push :
7+ branches :
8+ - master
9+
10+ env :
11+ CARGO_TERM_COLOR : always
412
513jobs :
614 build :
@@ -13,12 +21,12 @@ jobs:
1321
1422 - name : Install Rust
1523 uses : actions-rust-lang/setup-rust-toolchain@v1
16-
17- - name : Install binstall
18- uses : cargo-bins/cargo-binstall@main
24+ with :
25+ cache-workspaces : " docs "
26+ cache-key : " renoise-xrnx "
1927
2028 - name : Install mdbook
21- run : cargo binstall -y --force mdbook mdbook-linkcheck mdbook-toc mdbook-alerts
29+ run : cargo install mdbook@0.4.51 mdbook-linkcheck@0.7.5 mdbook-toc@0.14.2 mdbook-alerts@0.8.0
2230
2331 - name : Build the API
2432 run : cargo run
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616
1717 - name : Install Rust
1818 uses : actions-rust-lang/setup-rust-toolchain@v1
19-
20- - name : Install binstall
21- uses : cargo-bins/cargo-binstall@main
19+ with :
20+ cache-workspaces : " docs "
21+ cache-key : " renoise-xrnx "
2222
2323 - name : Install mdbook
24- run : cargo binstall -y --force mdbook mdbook-linkcheck mdbook-toc mdbook-alerts
24+ run : cargo install mdbook@0.4.51 mdbook-linkcheck@0.7.5 mdbook-toc@0.14.2 mdbook-alerts@0.8.0
2525
2626 - name : Build the API
2727 run : cargo run
You can’t perform that action at this time.
0 commit comments