From: Daniel Arndt Date: Tue, 6 Aug 2024 16:15:50 +0000 (-0400) Subject: Replace ghc with nsight-compute X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92bcea93a8622396eb1e62ebdeb98f29b258a779;p=dealii.git Replace ghc with nsight-compute --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index eb88426b2f..33b190e441 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -326,7 +326,7 @@ jobs: dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -n 100 df -h echo "Removing large packages" - sudo apt-get remove -y '^ghc-8.*' + sudo apt-get remove -y '^nsight-compute-.*' sudo apt-get remove -y '^dotnet-.*' sudo apt-get remove -y '^llvm-.*' sudo apt-get remove -y 'php.*'