diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06ac14bf..9ba2b46f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,8 @@ jobs: # this image tag is subject to change as more dependencies and updates will arrive over time image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }} # need to switch to root so that github actions can install runner binary on container without permission issues. - options: --user root - volumes: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-mount-volumes }} + options: --user root -v /node:/node:rw,rshared -v /node:/__e/node20:ro,rshared + #volumes: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-mount-volumes }} steps: - name: Setup node