Skip to content

Commit

Permalink
fix copy-paste error in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Apr 28, 2020
1 parent 5c6e9c3 commit 1d2eeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- checkout
- run:
name: Version Information
command: rustc --version; cargo --version; rustup --version; python3 --version; clang++ --version; javac -version
command: rustc --version; cargo --version; rustup --version
- run:
name: Setup Env
command: |
Expand Down

0 comments on commit 1d2eeeb

Please sign in to comment.