1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00

fix test run on windows

This commit is contained in:
Mikael Finstad 2024-04-01 13:58:59 +01:00
parent f31d08981e
commit 1206ecbdb5
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -12,6 +12,9 @@ jobs:
os: [ubuntu-latest, windows-latest]
steps:
# Windows fix. See https://github.com/actions/checkout/issues/226
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: actions/setup-node@v2