Skip to content

Commit

Permalink
fix: Fix basic workflow for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 8, 2024
1 parent 9549e44 commit 87052cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ words:
- msvc
- esep
- rsort
- rustc
- ECODE
- endfor
- dotenv
- libtcc
- nushell
- bitonic
- hustcer
- justfile
- lefthook
Expand Down

0 comments on commit 87052cf

Please sign in to comment.