Skip to content

Commit

Permalink
windows perl tryout
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Oct 24, 2024
1 parent 350b1ca commit 97c2a78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ jobs:

- name: Build Windows
if: matrix.os == 'windows-latest'
shell: C:\msys64\mingw64\bin\bash.exe
shell: bash
run: |
C:\msys64/mingw64/bin/bash.exe
cpan -i Locale::Maketext::Simple
cpan App::cpanminus
cpanm --installdeps Locale::Maketext::Simple
Expand Down

0 comments on commit 97c2a78

Please sign in to comment.