diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 30f2ea2..a5129de 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -40,7 +40,8 @@ jobs: - name: Run bitonic sorter using C interpreter (Sequential) shell: nu {0} - if: matrix.os != 'windows-latest' + # Run only on non-Windows runners + if: runner.os != 'Windows' run: | print $'Gcc version: (ansi g)(gcc --version)(ansi reset)' bend run-c examples/bitonic_sorter.bend -s diff --git a/cspell.yml b/cspell.yml index 7d9f7dc..774100d 100644 --- a/cspell.yml +++ b/cspell.yml @@ -7,11 +7,13 @@ words: - msvc - esep - rsort +- rustc - ECODE - endfor - dotenv - libtcc - nushell +- bitonic - hustcer - justfile - lefthook