diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index b009f1d4..e5e3f0cb 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -44,7 +44,6 @@ jobs: image: ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }} volumes: - /staticnodehost:/staticnodecontainer:rw,rshared - - /staticnodehost/20:/__e/node20:ro,rshared - /staticnodehost/24:/__e/node24:ro,rshared strategy: matrix: @@ -65,7 +64,7 @@ jobs: name: "${{ matrix.PYTHON.VERSION }} for ${{ matrix.MANYLINUX.NAME }}" steps: - - name: Ridiculous-er workaround for static node20 + - name: Ridiculous-er workaround for static node run: | cp -R /staticnode/* /staticnodecontainer/ - name: Ridiculous alpine workaround for actions support on arm64