Skip to content

Commit

Permalink
cpan again
Browse files Browse the repository at this point in the history
  • Loading branch information
gitting-around committed Oct 23, 2024
1 parent 80ec794 commit 7fdc2db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,12 @@ jobs:
run: |
echo "PERL=$((where.exe perl)[0])" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
echo "OPENSSL_SRC_PERL=$((where.exe perl)[0])" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
cpan Locale::Maketext::Simple
- name: Build Windows
if: matrix.os == 'windows-latest'
shell: cmd
run: |
cpan Locale::Maketext::Simple
sh .\scripts\_build_base.sh win-x64 win-x86_64
cpan Locale::Maketext::Simple & sh .\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 7fdc2db

Please sign in to comment.