Skip to content

Commit

Permalink
github action doesn't use the nursery
Browse files Browse the repository at this point in the history
... ironic that in porting the reference away from rust-lang-nursery, we accidentally depending on mdbook still being in the nursery
  • Loading branch information
steveklabnik committed Oct 30, 2019
1 parent 17906ea commit 7ad93d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install mdbook
run: |
mkdir bin
curl -sSL https://github.com/rust-lang-nursery/mdBook/releases/download/v0.3.4/mdbook-v0.3.4-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.3.4/mdbook-v0.3.4-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
echo "##[add-path]$(pwd)/bin"
- name: Report versions
run: |
Expand Down

0 comments on commit 7ad93d2

Please sign in to comment.