Skip to content

Commit d495d57

Browse files
committed
ok
1 parent d7b9e5f commit d495d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ jobs:
317317
cd out
318318
chmod +x mimic-*
319319
for _mimic in ./mimic-${{ matrix.kernel.variant }}-*; do
320-
echo Checking $_mimic
321-
$_mimic run lo --check
320+
echo Checking \$_mimic
321+
\$_mimic run lo --check
322322
done
323323
- name: Extract kernel log
324324
if: always()

0 commit comments

Comments
 (0)