Skip to content

Commit 1047296

Browse files
committed
build(whl): add deps for git
1 parent 8083e5e commit 1047296

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ampere-build-and-release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
1919

2020
steps:
21+
- name: Install prerequisites
22+
run: |
23+
apt-get update
24+
apt-get install -y git python3 python3-pip docker.io
25+
2126
- uses: actions/checkout@v4
2227
with:
2328
token: ${{ secrets.ACCESS_TOKEN }}
2429
submodules: recursive
2530

26-
- name: Install prerequisites
27-
run: |
28-
apt-get update
29-
apt-get install -y python3 python3-pip docker.io
30-
3131
- name: Install cibuildwheel
3232
run: python3 -m pip install cibuildwheel==2.22.0
3333

0 commit comments

Comments
 (0)