Skip to content

Commit

Permalink
(Chore): Zlib missing on arm64 action runner images, can't build ruby…
Browse files Browse the repository at this point in the history
… without it (#403)
  • Loading branch information
pat-trunk-io committed Jul 31, 2023
1 parent 9956482 commit 32d1ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/linter_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
case "$RUNNER_OS" in
Linux)
sudo apt-get update
sudo apt-get -y install libperl-critic-perl perltidy
sudo apt-get -y install libperl-critic-perl perltidy zlib1g-dev
;;
macOS)
brew install cpm
Expand Down

0 comments on commit 32d1ad3

Please sign in to comment.