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.
add-path
1 parent c69ca68 commit 5af1ba0Copy full SHA for 5af1ba0
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
mkdir bin
22
curl -sSL https://github.com/rust-lang/mdBook/releases/download/${{ env.MDBOOK_VER }}/mdbook-${{ env.MDBOOK_VER }}-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
23
- echo "##[add-path]$(pwd)/bin"
+ echo "$(pwd)/bin" >> $GITHUB_PATH
24
- name: Report versions
25
26
rustup --version
0 commit comments