Skip to content

Commit c1eb87f

Browse files
[ci] Adding python3 to the rockylinux 8 runner
1 parent f82b680 commit c1eb87f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/public.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Install packages (rocky 8)
2424
run: |
25-
yum -y install gcc-c++ clang tar git-lfs make tbb-devel
25+
yum -y install gcc-c++ clang tar git-lfs make tbb-devel python3
2626
yum -y install cmake
2727
- name: Checkout Repository
2828
uses: actions/checkout@v4
@@ -53,4 +53,4 @@ jobs:
5353

5454
- name: Build and Run
5555
run: |
56-
scripts/build.sh
56+
scripts/build.sh

0 commit comments

Comments
 (0)