File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8888
8989 - name : linux-musl x86_64 install dependencies
9090 if : contains(matrix.name, 'linux-musl') && matrix.arch == 'x86_64'
91- run : apk update && apk add --no-cache git gcc g++ make sqlite musl-dev linux-headers
91+ run : apk update && apk add --no-cache git gcc g++ make cmake sqlite musl-dev linux-headers
9292
93939494 with :
@@ -155,7 +155,7 @@ jobs:
155155 -w /workspace \
156156 alpine:latest \
157157 tail -f /dev/null
158- docker exec alpine sh -c "apk update && apk add --no-cache gcc g++ make sqlite musl-dev linux-headers"
158+ docker exec alpine sh -c "apk update && apk add --no-cache gcc g++ make cmake sqlite musl-dev linux-headers"
159159
160160 - name : linux install opencl
161161 if : matrix.name == 'linux-gpu'
You can’t perform that action at this time.
0 commit comments