Skip to content

Commit 72a2125

Browse files
fix: use CIBW_BEFORE_ALL_LINUX for yum install
1 parent 3b0fb8d commit 72a2125

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build-wheels
2-
description: Build Slicer Core and Slicer Core SDK for given platform
2+
description: Build Slicer LayerDM and Slicer LayerDM SDK for given platform
33

44
on:
55
workflow_call:
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
CIBW_BUILD: ${{ inputs.build-target }}
3030
# Install a compiler cache on each platform
31-
CIBW_BEFORE_ALL: "yum install -y mesa-libGL-devel glx-utils freeglut-devel"
31+
CIBW_BEFORE_ALL_LINUX: "yum install -y mesa-libGL-devel glx-utils freeglut-devel"
3232
# Global test setup
3333
CIBW_TEST_REQUIRES: "pytest virtualenv"
3434
# Do not repair, everything is already put just as needed to make it work
@@ -66,7 +66,7 @@ jobs:
6666
- name: Upload wheels
6767
uses: actions/upload-artifact@v4
6868
with:
69-
name: slicer_layer_md_sdk-${{ inputs.build-target }}
69+
name: slicer_layer_md-${{ inputs.build-target }}
7070
path:
7171
wheelhouse/slicer_layer_md-*.whl
7272
wheelhouse/slicer_layer_md_sdk-*.whl

0 commit comments

Comments
 (0)