lottie-spm fails builds in GitHub Actions #2328
Replies: 4 comments 2 replies
-
|
What sort of job are you trying to run on Linux? Can you run the job on macOS instead? Could you ifdef out the lottie-spm dependency on Linux? |
Beta Was this translation helpful? Give feedback.
-
|
github dependabot fails on this |
Beta Was this translation helpful? Give feedback.
-
|
I encountered the same issue on Dependabot: #2405 |
Beta Was this translation helpful? Give feedback.
-
|
Thanks -- we removed this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please remove linux error from lottie-spm/Package.swift to allow GitHub Actions to succeed.
#if os(Linux) #error("Linux is currently not supported") #endifBeta Was this translation helpful? Give feedback.
All reactions