diff mbox series

[5/5] kernel-shark: Fix "github Actions" workflow

Message ID 20210105155453.41228-6-y.karadz@gmail.com (mailing list archive)
State Accepted
Commit b63328e19b7546e113ff7429630498ff4347ba32
Headers show
Series kernel-shark: Improve the build system | expand

Commit Message

Yordan Karadzhov Jan. 5, 2021, 3:54 p.m. UTC
Fix the part of the script that installs the third party libraries.

Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@gmail.com>
---
 .github/workflows/main.yml | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e818f46..a35f003 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -16,6 +16,7 @@  jobs:
     - name: Install Dependencies
       shell: bash
       run: |
+        sudo apt-get update
         sudo apt-get install build-essential git cmake libjson-c-dev -y
         sudo apt-get install freeglut3-dev libxmu-dev libxi-dev -y
         sudo apt-get install qtbase5-dev libboost-all-dev -y
@@ -32,6 +33,7 @@  jobs:
         git clone git://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git
         cd trace-cmd
         make
+        sudo make install
         sudo make install_libs
     - name: Create Build Environment
       # Some projects don't allow in-source building, so create a separate build directory