changeset 32622:1bef14b52af5 bytecode-interpreter

GitHub-CI (cygwin): Fix typo. * .github/workflow/make.yaml (cygwin): Fix typo in target name for check with bytecode evaluator.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 20 Dec 2023 16:07:27 +0100
parents 75267d80f328
children 35f17e80e4bf
files .github/workflows/make.yaml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Wed Dec 20 10:50:28 2023 +0100
+++ b/.github/workflows/make.yaml	Wed Dec 20 16:07:27 2023 +0100
@@ -1166,7 +1166,7 @@
         run: |
           mv ./.build/test/fntests.log ./.build/test/fntests-no-bci.log
           export PATH=$(echo "$PATH" | sed -e "s|/usr/lib/ccache/bin:||g")
-          EGREP="grep -E" make -C ./.build check-bytecode-evaluatorm | tee ./test-suite-bci.log
+          EGREP="grep -E" make -C ./.build check-bytecode-evaluator | tee ./test-suite-bci.log
 
       - name: display test suite log with bytecode interpreter
         continue-on-error: true