Skip to content

Commit

Permalink
ci: ci: list processes before calling apt-get to enable debugging (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Apr 3, 2024
1 parent b27c861 commit 4ab4922
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 4ab4922

Please sign in to comment.