Skip to content

Commit

Permalink
Update pos
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebusm committed Apr 10, 2024
1 parent 65f3446 commit 0da5a76
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ jobs:
cmake -P cpp/CMake/CpuCount.cmake | sed 's/^-- //' | tee -a $GITHUB_ENV
env:
CMAKE_BUILD_PARALLEL_LEVEL: ${{vars.CMAKE_BUILD_PARALLEL_LEVEL}}

- name: Install extra Linux dependency not covered by vcpkg
if: matrix.os == 'linux'
run: yum install -y kernel-devel

# ========================= Leader steps =========================
- name: Remove GitHub default packages # To save space
Expand All @@ -120,9 +124,6 @@ jobs:
if: inputs.job_type != 'build-python-wheels'
run: . build_tooling/prep_cpp_build.sh # Also applies to Windows

- name: Install extra Linux dependency not covered by vcpkg
if: matrix.os == 'linux'
run: yum install -y kernel-devel

- name: CMake compile
if: inputs.job_type != 'build-python-wheels'
Expand Down

0 comments on commit 0da5a76

Please sign in to comment.