Skip to content

Commit

Permalink
Merge pull request #1971 from lukaszstolarczuk/fix-coverity-workflow
Browse files Browse the repository at this point in the history
[CI] Fix coverity workflow
  • Loading branch information
wlemkows authored Aug 14, 2024
2 parents d8f1c98 + 3b8ca4c commit d7e0fad
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2023 Intel Corporation
# Copyright (C) 2023-2024 Intel Corporation
#
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
# See LICENSE.TXT
Expand Down Expand Up @@ -38,11 +38,6 @@ jobs:
- name: Install pip packages
run: pip install -r third_party/requirements.txt

- name: Install apt packages
run: |
sudo apt-get update
sudo apt-get install -y libhwloc-dev
- name: Configure CMake
run: >
cmake
Expand Down

0 comments on commit d7e0fad

Please sign in to comment.