Skip to content

Commit

Permalink
Do not test on Windows
Browse files Browse the repository at this point in the history
Testing on Windows is not going to work. The lirc daemon C will need
a lot of work to compile on Windows, and IrpTransmogrifier does not
build on Windows either (although that might be trival to fix).

Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Apr 22, 2024
1 parent 98ea11e commit 52ab40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 52ab40a

Please sign in to comment.