Skip to content

Commit

Permalink
Revert "Adding traces to see what comand fails"
Browse files Browse the repository at this point in the history
This reverts commit 25da28f.
  • Loading branch information
gtardif committed Apr 24, 2024
1 parent fdd4e40 commit 0315ff8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ runs:
shell: bash
env: ${{fromJson(inputs.env)}}
run: |
# tmp fix to work around unsigned MS packages
# cf https://github.com/microsoft/linux-package-repositories/issues/130
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
sudo add-apt-repository universe
sudo apt update -y
sudo apt-get install ca-certificates curl gnupg
Expand All @@ -178,7 +174,7 @@ runs:
"$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt update -y
# sudo apt remove moby-cli moby-compose moby-buildx
sudo apt remove moby-cli moby-compose moby-buildx
sudo apt install qemu-kvm
sudo apt install ~/.downloads/docker-desktop.deb qemu-kvm
mkdir -p ~/.docker/desktop
Expand Down

0 comments on commit 0315ff8

Please sign in to comment.