From 78a23caa54b0a31bf1fa798c2f2207eea1c8fbe8 Mon Sep 17 00:00:00 2001 From: olszomal Date: Tue, 5 Nov 2024 12:11:31 +0100 Subject: [PATCH] Retain needrestart package in Linux dependency installation --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a89983b..369d4da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,12 +107,6 @@ jobs: if: matrix.compiler == 'mingw' run: echo "D:/a/_temp/msys64/mingw64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - - name: Install apt dependencies (Linux) - if: runner.os == 'Linux' - run: | - sudo apt-get update - sudo apt-get remove needrestart || echo Ignored - - name: Set up Python (macOS) if: runner.os == 'macOS' uses: actions/setup-python@v4