Skip to content

Commit

Permalink
try(ci): don't set codepage on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Dec 4, 2024
1 parent 6dbd8e7 commit 0c01ef2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ghc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0c01ef2

Please sign in to comment.