Skip to content

Commit e45b8fb

Browse files
authored
Update ci.yml
1 parent 0a5bb69 commit e45b8fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: |
3030
docker run --rm --platform linux/arm/v7 -v $(pwd):/workspace -w /workspace arm32v7/python:3-slim \
3131
/bin/sh -c "
32+
apt-get update && \
33+
apt-get install -y git tar && \
3234
python -m venv venv && \
3335
. venv/bin/activate && \
3436
pip install --upgrade pip && \

0 commit comments

Comments
 (0)