From 0fd32e84cd399eb470a904a4af878142573b72d0 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sun, 31 Mar 2024 16:30:22 -0700 Subject: [PATCH] workflows: fix client workflow spec --- .github/workflows/client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 1515a07..ff84d63 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -21,7 +21,7 @@ jobs: run: shell: bash steps: - - runs: git config --global core.autocrlf false && git config --global core.eol lf + - run: git config --global core.autocrlf false && git config --global core.eol lf if: ${{ matrix.platform.os == 'windows' }} - uses: actions/checkout@v4 with: