Skip to content

Commit 73dbc10

Browse files
committed
feat: add git dependency to Alpine Docker setup in CI workflow
1 parent 857c097 commit 73dbc10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
-w /workspace \
289289
alpine:latest \
290290
tail -f /dev/null
291-
docker exec alpine sh -c "apk update && apk add --no-cache gcc g++ make cmake sqlite musl-dev linux-headers python3 curl-dev openssl-dev zlib-dev"
291+
docker exec alpine sh -c "apk update && apk add --no-cache git gcc g++ make cmake sqlite musl-dev linux-headers python3 curl-dev openssl-dev zlib-dev"
292292
293293
- name: linux install opencl
294294
if: matrix.name == 'linux-gpu'

0 commit comments

Comments
 (0)