ci: ci: list processes before calling apt-get to enable debugging (#11815)

This commit is contained in:
Piotr Galar 2024-04-03 15:35:26 +01:00 committed by GitHub
parent b27c861485
commit 4ab4922dc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,8 @@ runs:
steps:
- if: runner.os == 'Linux'
run: |
# List processes to enable debugging in case /var/lib/apt/lists/ is locked
ps aux
sudo apt-get update -y
sudo apt-get install -y ocl-icd-opencl-dev libhwloc-dev pkg-config
shell: bash