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 703ad80 commit aa89db8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ jobs:
- name: Build Windows
if: matrix.os == 'windows-latest'
shell: bash
run: ./scripts/_build_base.sh win-x64 win-x86_64
run: |
cpan -i Locale::Maketext::Simple
./scripts/_build_base.sh win-x64 win-x86_64
- name: List dependencies for ubuntu
if: matrix.os == 'ubuntu-22.04'
Expand Down

0 comments on commit aa89db8

Please sign in to comment.