aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYordan Karadzhov (VMware) <y.karadz@gmail.com>2021-01-05 17:54:53 +0200
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2021-01-05 15:47:50 -0500
commitb63328e19b7546e113ff7429630498ff4347ba32 (patch)
treeeaf8d06cfb0b38ab72e9567f81faa742da9d7524
parent2e284c605acf365bac755c3e26733a63ae8f6863 (diff)
downloadkernel-shark-b63328e19b7546e113ff7429630498ff4347ba32.tar.gz
kernel-shark: Fix "github Actions" workflow
Fix the part of the script that installs the third party libraries. Link: https://lore.kernel.org/linux-trace-devel/20210105155453.41228-6-y.karadz@gmail.com Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@gmail.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
-rw-r--r--.github/workflows/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e818f461..a35f0034 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