Skip to content

Commit ab4f7df

Browse files
committed
fixup! Compile program in the nightly CI
1 parent b0eef8c commit ab4f7df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/nightly_rustc.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ jobs:
130130
objcopy --dump-section .comment=comment target/debug/hello_world
131131
cat comment
132132
echo "*** 4"
133-
grep --text "^.rustc version .* with libgccjit" comment
133+
grep "rustc version .* with libgccjit" comment
134134
echo "*** 5"
135-
grep --text 'libgccjit' comment
136-
echo "*** 6"
137-
grep --text 'GCC: ' comment
135+
grep 'GCC: ' comment
138136
echo "*** 7"

0 commit comments

Comments
 (0)