Skip to content

Commit 86d2891

Browse files
authored
GHA: drop man-db hack, remove more 3rd-party apt sources (#419)
1 parent f4a9434 commit 86d2891

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
env:
4343
MATRIX_PACKAGES: ${{ matrix.build.install_packages }}
4444
run: |
45-
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
45+
sudo rm -f /etc/apt/sources.list.d/{azure-cli.sources,microsoft-prod.list,ondrej-ubuntu-php-noble.sources}
4646
sudo apt-get -o Dpkg::Use-Pty=0 update
47-
sudo rm -f /var/lib/man-db/auto-update
4847
sudo apt-get -o Dpkg::Use-Pty=0 install \
4948
libcurl4-openssl-dev ${MATRIX_PACKAGES}
5049

.github/workflows/codeql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ jobs:
6464

6565
- name: 'install libcurl'
6666
run: |
67-
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
67+
sudo rm -f /etc/apt/sources.list.d/{azure-cli.sources,microsoft-prod.list,ondrej-ubuntu-php-noble.sources}
6868
sudo apt-get -o Dpkg::Use-Pty=0 update
69-
sudo rm -f /var/lib/man-db/auto-update
7069
sudo apt-get -o Dpkg::Use-Pty=0 install \
7170
libcurl4-openssl-dev
7271

0 commit comments

Comments
 (0)