Skip to content

Commit

Permalink
[CI] Install xz-utils to decompress shellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: MichaIng <micha@dietpi.com>
  • Loading branch information
MichaIng committed Dec 12, 2023
1 parent cc14cac commit e68868f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login != github.event.pull_request.base.repo.owner.login
runs-on: ubuntu-22.04
steps:
- name: Install xz-utils
run: |
sudo apt-get -q update
sudo DEBIAN_FRONTEND=noninteractive apt-get -qq --no-install-recommends xz-utils
- uses: actions/checkout@v4
- name: Download shellcheck
run: |
Expand Down

0 comments on commit e68868f

Please sign in to comment.