Retain needrestart package in Linux dependency installation

This commit is contained in:
olszomal 2024-11-05 12:11:31 +01:00 committed by Michał Trojnara
parent d92927aff4
commit 78a23caa54

View File

@ -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