Skip to content

Commit

Permalink
comment out docker root socket removal
Browse files Browse the repository at this point in the history
  • Loading branch information
brietsparks committed Aug 2, 2023
1 parent f998d73 commit c48c5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Setup rootless Docker
uses: ScribeMD/rootless-docker@0.2.2

- name: Remove Docket root socket
run: sudo rm -rf /var/run/docker.sock
# - name: Remove Docket root socket
# run: sudo rm -rf /var/run/docker.sock

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit c48c5e0

Please sign in to comment.