Skip to content

Commit b712d60

Browse files
authored
Update CI for the new staticnode location (#885)
1 parent 1780489 commit b712d60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
image: ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }}
2525
volumes:
2626
- /staticnodehost:/staticnodecontainer:rw,rshared
27-
- /staticnodehost:/__e/node20:ro,rshared
27+
- /staticnodehost/20:/__e/node20:ro,rshared
28+
- /staticnodehost/24:/__e/node24:ro,rshared
2829
strategy:
2930
matrix:
3031
PYTHON:

0 commit comments

Comments
 (0)