We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8f1c98 + 3b8ca4c commit d7e0fadCopy full SHA for d7e0fad
.github/workflows/coverity.yml
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (C) 2023 Intel Corporation
+# Copyright (C) 2023-2024 Intel Corporation
3
4
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
5
# See LICENSE.TXT
@@ -38,11 +38,6 @@ jobs:
38
- name: Install pip packages
39
run: pip install -r third_party/requirements.txt
40
41
- - name: Install apt packages
42
- run: |
43
- sudo apt-get update
44
- sudo apt-get install -y libhwloc-dev
45
-
46
- name: Configure CMake
47
run: >
48
cmake
0 commit comments