diff --git a/.github/workflows/ghc.yml b/.github/workflows/ghc.yml index 6f35699f..9b8b8691 100644 --- a/.github/workflows/ghc.yml +++ b/.github/workflows/ghc.yml @@ -104,10 +104,6 @@ jobs: submodules: true ref: ${{ github.ref }} - - name: Set codepage on Windows - if: ${{ runner.os == 'Windows' }} - run: chcp 65001 - - name: Restore Syntax files id: restore-syntax-files uses: actions/cache/restore@v4 @@ -162,10 +158,6 @@ jobs: submodules: true ref: ${{ github.ref }} - - name: Set codepage on Windows - if: ${{ runner.os == 'Windows' }} - run: chcp 65001 - - name: Restore Syntax files id: restore-syntax-files uses: actions/cache/restore@v4