We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1780489 commit b712d60Copy full SHA for b712d60
.github/workflows/wheel-builder.yml
@@ -24,7 +24,8 @@ jobs:
24
image: ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }}
25
volumes:
26
- /staticnodehost:/staticnodecontainer:rw,rshared
27
- - /staticnodehost:/__e/node20:ro,rshared
+ - /staticnodehost/20:/__e/node20:ro,rshared
28
+ - /staticnodehost/24:/__e/node24:ro,rshared
29
strategy:
30
matrix:
31
PYTHON:
0 commit comments