Skip to content

Commit

Permalink
fix: rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored Jan 26, 2024
1 parent db8681d commit 94a364a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
- run: cargo clippy --all-targets --target ${{ matrix.target }}
- run: make build-test
- name: Enable Docker Remote API on Localhost
shell: bash
run: |
shell: bash
run: |
sudo mkdir -p /etc/systemd/system/docker.service.d/
sudo cp ./.github/docker.override.conf /etc/systemd/system/docker.service.d/override.conf
sudo systemctl daemon-reload
Expand Down

0 comments on commit 94a364a

Please sign in to comment.