Skip to content

Commit 78a23ca

Browse files
olszomalmtrojnar
authored andcommitted
Retain needrestart package in Linux dependency installation
1 parent d92927a commit 78a23ca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@ jobs:
107107
if: matrix.compiler == 'mingw'
108108
run: echo "D:/a/_temp/msys64/mingw64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
109109

110-
- name: Install apt dependencies (Linux)
111-
if: runner.os == 'Linux'
112-
run: |
113-
sudo apt-get update
114-
sudo apt-get remove needrestart || echo Ignored
115-
116110
- name: Set up Python (macOS)
117111
if: runner.os == 'macOS'
118112
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)