Skip to content

Commit 041a9a9

Browse files
authored
Merge pull request #123 from tatsuya6502/rust-1.66.1
CIに`rustc`のバージョンを表示するステップを追加する
2 parents af9a130 + f75e988 commit 041a9a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
# Remove .gitconfig added by Circle CI as cargo doesn't support ssh authentication.
1313
- run: rm -f ~/.gitconfig
1414
- run: rm -rf docs
15+
- run: rustc -Vv
1516
- run: mdbook -V
1617
- run: mdbook-transcheck -V
1718
- run: mdbook build

0 commit comments

Comments
 (0)