Skip to content

Commit

Permalink
.github/workflows/dist.yml: No, matrix.arch does not contain sagemath…
Browse files Browse the repository at this point in the history
…*tdlib
  • Loading branch information
Matthias Koeppe committed Oct 15, 2024
1 parent ee2207a commit 4c5e53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
- name: sagemath-tdlib
run: |
case "${{ matrix.arch }}" in
sagemath*tdlib:i686) ;; # broken - boost-related
i686) ;; # broken - boost-related
*) "${{ steps.python.outputs.python-path }}" -m cibuildwheel unpacked/sagemath*tdlib*
esac
Expand Down

0 comments on commit 4c5e53a

Please sign in to comment.