Skip to content

Commit ead6ed4

Browse files
author
DvirDukhan
committed
removed print cargo.toml
1 parent f7cdf47 commit ead6ed4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ commands:
122122
name: patch macos tests # Avoid AVX with Regex with CircleCI since virtualization layer doesn't support it. Use sed to replace the relevant entry in cargo.toml
123123
command: |
124124
if [[ $(uname -s) == Darwin ]]; then sed -i 's/regex = "1"/regex = { version = "1", features = ["perf", "unicode"] }/g' Cargo.toml; fi
125-
cat cargo.toml
126125
- run:
127126
name: Build debug
128127
shell: /bin/bash -l -eo pipefail

0 commit comments

Comments
 (0)