all: clang-tidy updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-07-08 10:51:02 +02:00
parent 5edfda46e5
commit 1d71dd3851
@@ -15,7 +15,7 @@ jobs:
container: ${{ matrix.container }} container: ${{ matrix.container }}
steps: steps:
- name: ${{ format('Install packages {0}', matrix.container) }} - name: ${{ format('Install packages {0}', matrix.container) }}
run: 'apk update && apk upgrade && apk add clang clang-extra-tools cmake g++ git make' run: 'apk update && apk upgrade && apk add clang clang-extra-tools cmake g++ git make python3'
- name: ${{ format('Check out UPX {0} source code', github.ref_name) }} - name: ${{ format('Check out UPX {0} source code', github.ref_name) }}
run: | run: |
git clone --branch "$GITHUB_REF_NAME" --depth 1 https://github.com/upx/upx git clone --branch "$GITHUB_REF_NAME" --depth 1 https://github.com/upx/upx