[Workflow] Ensure checkout is autocrlf for github actions

This commit is contained in:
Zach Bacon 2022-02-02 09:14:42 -05:00
parent 9ba5645964
commit 5ed544aad3
1 changed files with 4 additions and 3 deletions
.github/workflows

View File

@ -12,8 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: true
run: >-
git config --global core.autocrlf true
- uses: msys2/setup-msys2@v2
with:
@ -31,7 +32,7 @@ jobs:
zip
- name: Configure
run: >-
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DENABLE_SDL=ON -DSDL2_STATIC=ON -DSFML_STATIC_LIBRARIES=ON -DFFMPEG_STATIC=ON -DOPENAL_STATIC=ON -DSSP_STATIC=ON -DVBAM_STATIC=ON -DENABLE_SSP=ON -DENABLE_ONLINEUPDATES=OFF
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DVBAM_STATIC=ON -DENABLE_SSP=ON -DENABLE_ONLINEUPDATES=OFF
- name: Build
run: ninja -C build