Skip to content

Commit b4c11fc

Browse files
committed
Revert the reversion while waiting on Aquascope upstream fix
1 parent e2da3d8 commit b4c11fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
env:
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

1616
jobs:
1717
test:
@@ -49,7 +49,7 @@ jobs:
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

0 commit comments

Comments
 (0)