Skip to content

Commit

Permalink
Merge pull request rust-lang#706 from rust-lang/steveklabnik-patch-1
Browse files Browse the repository at this point in the history
github action doesn't use the nursery
  • Loading branch information
steveklabnik committed Oct 30, 2019
2 parents 17906ea + 7ad93d2 commit 6f6c99f
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 6f6c99f

Please sign in to comment.