From 32d1ad304e590a64a2e890a4af9fe4cffb4a251e Mon Sep 17 00:00:00 2001 From: pat-trunk-io Date: Mon, 31 Jul 2023 11:16:19 -0700 Subject: [PATCH] (Chore): Zlib missing on arm64 action runner images, can't build ruby without it (#403) --- .github/actions/linter_tests/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/linter_tests/action.yaml b/.github/actions/linter_tests/action.yaml index cdaa151b1..e305a0d56 100644 --- a/.github/actions/linter_tests/action.yaml +++ b/.github/actions/linter_tests/action.yaml @@ -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