File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments