Skip to content

Commit

Permalink
try to not run as root?
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Oct 31, 2024
1 parent 56ef06b commit 6a441da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6a441da

Please sign in to comment.