From 6a441da364afdc9e6a1c75a8436d3c85e3a94270 Mon Sep 17 00:00:00 2001 From: pasta Date: Thu, 31 Oct 2024 11:15:58 -0500 Subject: [PATCH] try to not run as root? --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87c142f999db87..3d9abce4dc3d1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,6 @@ jobs: dep_opts: "" container: image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }} - options: --user root steps: - name: Checkout code uses: actions/checkout@v4 @@ -179,7 +178,6 @@ jobs: host: x86_64-apple-darwin container: image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }} - options: --user root steps: - name: Checkout code uses: actions/checkout@v4 @@ -249,7 +247,6 @@ jobs: - build_target: linux64_multiprocess container: image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }} - options: --user root steps: - name: Checkout code uses: actions/checkout@v4