Fix syntax error from workflow [no ci]

This commit is contained in:
Ashcon Partovi
2024-04-19 14:05:41 -07:00
committed by GitHub
parent abaa505374
commit 5ccc042cc4

View File

@@ -25,7 +25,7 @@ jobs:
name: Run Tests
runs-on: ${{ inputs.runs-on }}
steps:
- if: ${{ runner.os == "Windows" }}
- if: ${{ runner.os == 'Windows' }}
name: Setup Git
run: |
git config --global core.autocrlf false