mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 13:21:13 +02:00
github/workflows: fix install clang-format to use clang-extra-tools pkg
This commit is contained in:
2
.github/workflows/Dockerfile
vendored
2
.github/workflows/Dockerfile
vendored
@ -2,4 +2,4 @@
|
|||||||
# ref: https://hub.docker.com/_/alpine
|
# ref: https://hub.docker.com/_/alpine
|
||||||
FROM alpine:edge
|
FROM alpine:edge
|
||||||
# Install system build dependencies
|
# Install system build dependencies
|
||||||
RUN apk add --no-cache git clang
|
RUN apk add --no-cache git clang-extra-tools
|
||||||
|
Reference in New Issue
Block a user