X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX-XS;a=blobdiff_plain;f=.github%2Fworkflows%2Fwindows.yml;h=bc2e3a0def5534da6bb66442b6c124ac5d0e1dbb;hp=caa31f8864576d739fd56e7e969ca9c4fa0d76e9;hb=f433d4c7b36c8b06acbec827a212bfc5657e5053;hpb=2647f74956d1c8deb4c93996fd39477fc1341fdd diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index caa31f8..bc2e3a0 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,6 +21,8 @@ jobs: run: perl -V - name: Install dzil run: cpanm -n Dist::Zilla + - name: Configure git + run: git config --global core.autocrlf input - name: Checkout code uses: actions/checkout@v3 - name: Install author dependencies