X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=.github%2Fworkflows%2Fwindows.yml;h=cffbcdba9ce3b55451938e1b7878da7316ab44f7;hb=5081062be781950fe3539f5145824d9c00c3de03;hp=caa31f8864576d739fd56e7e969ca9c4fa0d76e9;hpb=578a543f1be815a19b3c6f84622840e7e82f1599;p=chaz%2Fp5-File-KDBX-XS diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index caa31f8..cffbcdb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,4 +1,4 @@ -name: windows +name: Windows on: push: @@ -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