Skip to content

Commit

Permalink
ci: linters: adjust libomp version
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaciak committed Feb 11, 2025
1 parent a5db453 commit bd1b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install clang
run: |
sudo apt-get update
sudo apt-get install -y clang-12 libomp-dev ocl-icd-libopencl1 ocl-icd-opencl-dev
sudo apt-get install -y clang-12 libomp-12-dev ocl-icd-libopencl1 ocl-icd-opencl-dev
- name: Configure oneDNN
run: .github/automation/build_linters.sh
Expand Down

0 comments on commit bd1b9e2

Please sign in to comment.