We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0eef8c commit ab4f7dfCopy full SHA for ab4f7df
1 file changed
.github/workflows/nightly_rustc.yml
@@ -130,9 +130,7 @@ jobs:
130
objcopy --dump-section .comment=comment target/debug/hello_world
131
cat comment
132
echo "*** 4"
133
- grep --text "^.rustc version .* with libgccjit" comment
+ grep "rustc version .* with libgccjit" comment
134
echo "*** 5"
135
- grep --text 'libgccjit' comment
136
- echo "*** 6"
137
- grep --text 'GCC: ' comment
+ grep 'GCC: ' comment
138
echo "*** 7"
0 commit comments