mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 21:31:15 +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
|
||||
FROM alpine:edge
|
||||
# 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