diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4896098b87fa94..6b88bdb5d40fd2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -44,8 +44,6 @@ jobs: submodules: true - name: Try to ensure the directories for core dumping exist and we can write them. run: | - apt-get update - apt-get -y install --fix-missing rsync mkdir /tmp/cores || true sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true mkdir objdir-clone || true