Skip to content

Commit

Permalink
Merge pull request #25 from gtardif/revert_apt_update_fix
Browse files Browse the repository at this point in the history
Revert "Remove MS Packages from apt list, to make apt update work again until the MS signature issue is resolved"
  • Loading branch information
gtardif authored Apr 24, 2024
2 parents fdd4e40 + 0315ff8 commit 6ad7454
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 6ad7454

Please sign in to comment.