File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99env :
1010 RUST_LIB_BACKTRACE : 1
1111 RAYON_NUM_THREADS : 1
12- MDBOOK_QUIZ_VERSION : 0.3.10
13- AQUASCOPE_VERSION : 0.3.4
14- AQUASCOPE_TOOLCHAIN : nightly-2023-08-25
12+ MDBOOK_QUIZ_VERSION : 0.4.0
13+ AQUASCOPE_VERSION : 0.3.7
14+ AQUASCOPE_TOOLCHAIN : nightly-2024-12-15
1515
1616jobs :
1717 test :
4949 - name : Install binaries
5050 run : |
5151 mkdir bin
52- curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.25 /mdbook-v0.4.25 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
52+ curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.45 /mdbook-v0.4.45 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
5353 curl -sSL https://github.com/cognitive-engineering-lab/mdbook-quiz/releases/download/v${MDBOOK_QUIZ_VERSION}/mdbook-quiz_x86_64-unknown-linux-gnu_full.tar.gz | tar -xz --directory=bin
5454 curl -sSL https://github.com/cognitive-engineering-lab/aquascope/releases/download/v${AQUASCOPE_VERSION}/aquascope-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
5555 patchelf --set-interpreter /lib64/ld-linux-x86-64.so.2 bin/mdbook-aquascope bin/cargo-aquascope bin/aquascope-driver
You can’t perform that action at this time.
0 commit comments