Skip to content

Commit

Permalink
install libexpat and headers
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Jul 16, 2022
1 parent dc32a15 commit 4e7a57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: install the Perl header, core modules, building tools
run: |
apt update
apt install -y libperl-dev build-essential openssl libssl-dev zlib1g-dev
apt install -y libperl-dev build-essential openssl libssl-dev zlib1g-dev libexpat1-dev
- uses: actions/checkout@v1
- name: perl -V
run: perl -V
Expand Down

0 comments on commit 4e7a57c

Please sign in to comment.