Skip to content

Commit

Permalink
chore: use builtin MSYS2 bash in Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tydeu committed Nov 4, 2023
1 parent cd5feec commit 3439efa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,10 @@ jobs:
os: macos-latest
- name: Windows
os: windows-latest
shell: bash {0}
shell: C:\msys64\usr\bin\bash.exe {0}
# complete all jobs
fail-fast: false
steps:
- name: Setup CC (Windows)
if: matrix.os == 'windows-latest'
run: |
ls "C:/msys64/mingw64/bin"
echo "C:/msys64/mingw64/bin" >> $GITHUB_PATH
- name: Install Elan
shell: bash -euo pipefail {0}
run: |
Expand Down

0 comments on commit 3439efa

Please sign in to comment.