From ac4885cc6343ab27545054f33b599ba88dd0159b Mon Sep 17 00:00:00 2001 From: sherholz-intel Date: Thu, 19 Sep 2024 11:43:52 +0200 Subject: [PATCH] [ci] Adding python3 to the rockylinux 8 runner --- .github/workflows/public.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/public.yml b/.github/workflows/public.yml index 36be509..3208bd5 100644 --- a/.github/workflows/public.yml +++ b/.github/workflows/public.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Install packages (rocky 8) run: | - yum -y install gcc-c++ clang tar git-lfs make tbb-devel + yum -y install gcc-c++ clang tar git-lfs make tbb-devel python3 yum -y install cmake - name: Checkout Repository uses: actions/checkout@v4 @@ -53,4 +53,4 @@ jobs: - name: Build and Run run: | - scripts/build.sh \ No newline at end of file + scripts/build.sh