Skip to content

Commit

Permalink
ragel.yml - remove Windows due to incorrect line directives (#3294)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg authored and nateberkopec committed Jan 2, 2024
1 parent d158981 commit b747a65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ragel.yml
Expand Up @@ -29,7 +29,9 @@ jobs:
include:
- { os: ubuntu-20.04 , ruby: head }
- { os: macos-11 , ruby: head }
- { os: windows-2022 , ruby: ucrt }
# Dec-2023 - incorrect line directives with Windows
# occurs with both MSYS2 and MSFT/vpkg versions of ragel
# - { os: windows-2022 , ruby: ucrt }

steps:
# windows git will convert \n to \r\n
Expand Down

0 comments on commit b747a65

Please sign in to comment.