We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 451a1e3 + 2a81531 commit dbe309eCopy full SHA for dbe309e
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
mkdir bin
20
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.3.7/mdbook-v0.3.7-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
21
- echo "##[add-path]$(pwd)/bin"
+ echo "$(pwd)/bin" >> ${GITHUB_PATH}
22
- name: Report versions
23
24
rustup --version
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
0 commit comments