We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a59b0 commit 5a2ba32Copy full SHA for 5a2ba32
1 file changed
.github/workflows/wheel-builder.yml
@@ -44,7 +44,6 @@ jobs:
44
image: ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }}
45
volumes:
46
- /staticnodehost:/staticnodecontainer:rw,rshared
47
- - /staticnodehost/20:/__e/node20:ro,rshared
48
- /staticnodehost/24:/__e/node24:ro,rshared
49
strategy:
50
matrix:
@@ -65,7 +64,7 @@ jobs:
65
64
66
name: "${{ matrix.PYTHON.VERSION }} for ${{ matrix.MANYLINUX.NAME }}"
67
steps:
68
- - name: Ridiculous-er workaround for static node20
+ - name: Ridiculous-er workaround for static node
69
run: |
70
cp -R /staticnode/* /staticnodecontainer/
71
- name: Ridiculous alpine workaround for actions support on arm64
0 commit comments