ci: ci: list processes before calling apt-get to enable debugging (#11815)
This commit is contained in:
parent
b27c861485
commit
4ab4922dc8
@ -6,6 +6,8 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- if: runner.os == 'Linux'
|
- if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
|
# List processes to enable debugging in case /var/lib/apt/lists/ is locked
|
||||||
|
ps aux
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install -y ocl-icd-opencl-dev libhwloc-dev pkg-config
|
sudo apt-get install -y ocl-icd-opencl-dev libhwloc-dev pkg-config
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user