Skip to content

Commit

Permalink
GH worfklows and debugging... adding sudo...
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jul 3, 2023
1 parent a86f899 commit 876b769
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Docker fix
if: runner.os != 'Linux'
run: ln -s ~/.docker/run/docker.sock /var/run/docker.sock
run: sudo ln -s ~/.docker/run/docker.sock /var/run/docker.sock

- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Docker fix
if: runner.os != 'Linux'
run: ln -s ~/.docker/run/docker.sock /var/run/docker.sock
run: sudo ln -s ~/.docker/run/docker.sock /var/run/docker.sock

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Docker fix
if: runner.os != 'Linux'
run: ln -s ~/.docker/run/docker.sock /var/run/docker.sock
run: sudo ln -s ~/.docker/run/docker.sock /var/run/docker.sock

- name: Check docker install
run: docker --version
Expand Down

0 comments on commit 876b769

Please sign in to comment.