Skip to content

Commit 583efc5

Browse files
author
DvirDukhan
committed
print cargo.toml
1 parent ead6ed4 commit 583efc5

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
@@ -122,6 +122,7 @@ 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
125126
- run:
126127
name: Build debug
127128
shell: /bin/bash -l -eo pipefail

0 commit comments

Comments
 (0)