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:
parent
7ed0b0e50e
commit
3c7149f22d
2
.github/workflows/Dockerfile
vendored
2
.github/workflows/Dockerfile
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user