mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 17:00:11 -05:00
Retain needrestart package in Linux dependency installation
This commit is contained in:
parent
d92927aff4
commit
78a23caa54
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -107,12 +107,6 @@ jobs:
|
|||||||
if: matrix.compiler == 'mingw'
|
if: matrix.compiler == 'mingw'
|
||||||
run: echo "D:/a/_temp/msys64/mingw64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
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)
|
- name: Set up Python (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user