Skip to content

Commit

Permalink
Cleanup install on ubuntu runners (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 authored Apr 5, 2024
1 parent 25bbe54 commit 0cfcdb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/linter_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ runs:
case "$RUNNER_OS" in
Linux)
# Cleanup any existing apt locks
sudo killall apt-get || true
sudo rm /var/lib/apt/lists/lock || true
# Install non-hermetic linters
sudo apt-get update
sudo apt-get -y install libperl-critic-perl perltidy zlib1g-dev
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC sudo apt-get -y install tzdata
Expand Down

0 comments on commit 0cfcdb0

Please sign in to comment.