1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Merge pull request #7047 from sylvestre/disable-win

CI: disable the windows job for indiv tests
This commit is contained in:
Daniel Hofstetter 2025-01-01 15:01:36 +01:00 committed by GitHub
commit eb6086d346
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -979,7 +979,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
# windows-latest - https://github.com/uutils/coreutils/issues/7044
steps:
- uses: actions/checkout@v4
with: