Skip to content

Commit 3b8ca4c

Browse files
[CI] Fix coverity workflow
we can't install anything on the self-hosted runner, it's sudoless. All required dependencies should be already there.
1 parent 6e8efa3 commit 3b8ca4c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2023 Intel Corporation
2+
# Copyright (C) 2023-2024 Intel Corporation
33
#
44
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
55
# See LICENSE.TXT
@@ -38,11 +38,6 @@ jobs:
3838
- name: Install pip packages
3939
run: pip install -r third_party/requirements.txt
4040

41-
- name: Install apt packages
42-
run: |
43-
sudo apt-get update
44-
sudo apt-get install -y libhwloc-dev
45-
4641
- name: Configure CMake
4742
run: >
4843
cmake

0 commit comments

Comments
 (0)