Skip to content

Commit b914823

Browse files
authored
[MISC] More robust generic CI by removing unused apt repo. (#2250)
1 parent 04d0419 commit b914823

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343

4444
- name: Install Mesa OpenGL driver for headless rendering
4545
run: |
46+
# fix broken microsoft package source on ubuntu-24.04
47+
sudo rm -f /etc/apt/sources.list.d/microsoft*.list
4648
sudo apt-get update
4749
sudo apt install -y \
4850
libglu1-mesa \

0 commit comments

Comments
 (0)