Skip to content

Commit 0687c8c

Browse files
committed
Correct path to install-cli-dependencies.sh
1 parent 861be2b commit 0687c8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-cli-wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
manylinux: ${{ matrix.platform.manylinux }}
5353
before-script-linux: |
5454
# install statically-linked dependencies required to build the CLI
55-
static=yes maintainer/pineappl-ci/install-cli-dependencies.sh
55+
static=yes maintainer/install-cli-dependencies.sh
5656
- name: Upload wheels
5757
uses: actions/upload-artifact@v5
5858
with:

0 commit comments

Comments
 (0)