Skip to content

Commit

Permalink
GHA: Remove MSYS hack that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tleedjarv committed Nov 23, 2024
1 parent ab47584 commit 96ec097
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ jobs:
- if: contains(matrix.job.os, 'ubuntu')
run: sudo apt-get update

- if: runner.os == 'Windows'
name: "Windows: Stash away the default MSYS installation"
continue-on-error: true
shell: cmd
# This conflicts with Cygwin installed by setup-ocaml
# Adjusting PATH alone does not seem to work
run: rename C:\msys64 dmsys64

- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 96ec097

Please sign in to comment.