1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 23:22:31 +02:00

github/workflows: fix install clang-format to use clang-extra-tools pkg

This commit is contained in:
Koichi Shiraishi 2021-04-07 10:23:15 +09:00 committed by Mizux
parent 7ed0b0e50e
commit 3c7149f22d

View File

@ -2,4 +2,4 @@
# ref: https://hub.docker.com/_/alpine
FROM alpine:edge
# Install system build dependencies
RUN apk add --no-cache git clang
RUN apk add --no-cache git clang-extra-tools