Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 2, 2024
1 parent 597bc00 commit 58d175d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/docker/conan-tests
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ RUN mkdir -p /usr/share/bazel-$BAZEL_6_3_2/bin && \

RUN groupadd -g $DOCKER_GID docker || groupmod -g $DOCKER_GID docker

RUN usermod -aG docker root
RUN usermod -aG docker conan

USER conan
WORKDIR $HOME
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/${{ github.repository_owner }}/conan-tests:latest
options: -v /var/run/docker.sock:/var/run/docker.sock
options: --user conan -v /var/run/docker.sock:/var/run/docker.sock
strategy:
matrix:
python-version: ['3.12.3']
Expand Down

0 comments on commit 58d175d

Please sign in to comment.