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.
1 parent 4a2cf3c commit 4fb259cCopy full SHA for 4fb259c
.circleci/config.yml
@@ -7,7 +7,7 @@ jobs:
7
parallelism: 1
8
steps:
9
- checkout
10
- - run: killall apt-get && apt-get update && apt-get install -y git-core
+ - run: apt-get update && apt-get install -y git-core
11
# Remove .gitconfig added by Circle CI as cargo doesn't support ssh authorization
12
- run: rm -f ~/.gitconfig
13
- run: mdbook build
0 commit comments