Skip to content

Commit

Permalink
msys
Browse files Browse the repository at this point in the history
  • Loading branch information
bbqsrc committed Oct 26, 2024
1 parent c52cd62 commit 4e0c09f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install MSYS (Windows only)
if: runner.os == 'Windows'
uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
- name: Install dependencies (Windows only)
if: runner.os == 'Windows'
shell: bash
shell: msys2 {0}
run: cpan -i Locale::Maketext::Simple
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 4e0c09f

Please sign in to comment.