Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix use-cross condition #2122

Merged
merged 1 commit into from
Jan 12, 2021
Merged

ci: fix use-cross condition #2122

merged 1 commit into from
Jan 12, 2021

Conversation

davidkna
Copy link
Member

@davidkna davidkna commented Jan 11, 2021

Description

I was checking which cross builds build in ci and I noticed the use-cross condition in the deploy ci script doesn't ever evaluate to true and neither does ${{ contains(matrix.target, 'linux') }}.

I replaced the condition with a check against matrix.os.

Motivation and Context

Context: #2054

Screenshots (if appropriate):

How Has This Been Tested?

  • I have tested using MacOS
  • I have tested using Linux
  • I have tested using Windows

Checklist:

  • I have updated the documentation accordingly.
  • I have updated the tests accordingly.

@matchai matchai merged commit 8e775c4 into starship:master Jan 12, 2021
@davidkna davidkna deleted the fix-ci-musl branch March 26, 2022 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants