Skip to content

Commit

Permalink
github-action: Enable downloading wheels from new method
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jan 18, 2025
1 parent c5f16e7 commit 5415058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [ -z "${build_packages}" ]; then
else
for package in ${build_packages}; do
echo "===> Download wheels: ${package}"
make -C spk/${package} wheeldownload
make -C spk/${package} download-wheels
done
fi

Expand Down

0 comments on commit 5415058

Please sign in to comment.