Skip to content

Commit

Permalink
systemctl
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Dec 12, 2024
1 parent a61d36c commit 89154d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install --yes docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo systemctl start docker.socket
sudo systemctl start docker.service
sudo systemctl status docker.service
sudo docker run hello-world
if: runner.os == 'windows'
shell: wsl-run {0} # add this to run the commands inside linux
Expand Down

0 comments on commit 89154d0

Please sign in to comment.