Skip to content

Commit bcef7be

Browse files
authored
remove the MS apt repo that is no longer signed (#542)
1 parent 084b27a commit bcef7be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/e2e/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ inputs:
2323
runs:
2424
using: composite
2525
steps:
26+
- name: Remove MS repo
27+
shell: bash
28+
run: |
29+
apt-add-repository --list
30+
sudo apt-add-repository -y -r deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/ubuntu/22.04/prod jammy main
31+
apt-add-repository --list
2632
- name: Move Docker aside
2733
shell: bash
2834
run: |

0 commit comments

Comments
 (0)