Skip to content

Commit

Permalink
ci: ci: list processes before calling apt-get to enable debugging (fi…
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored and Nagaprasadvr committed Apr 4, 2024
1 parent 483fdd2 commit 9b673ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/install-system-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b673ff

Please sign in to comment.