We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8083e5e commit 1047296Copy full SHA for 1047296
.github/workflows/ampere-build-and-release.yaml
@@ -18,16 +18,16 @@ jobs:
18
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
19
20
steps:
21
+ - name: Install prerequisites
22
+ run: |
23
+ apt-get update
24
+ apt-get install -y git python3 python3-pip docker.io
25
+
26
- uses: actions/checkout@v4
27
with:
28
token: ${{ secrets.ACCESS_TOKEN }}
29
submodules: recursive
30
- - name: Install prerequisites
- run: |
- apt-get update
- apt-get install -y python3 python3-pip docker.io
-
31
- name: Install cibuildwheel
32
run: python3 -m pip install cibuildwheel==2.22.0
33
0 commit comments