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