You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to submit a PR (#46 ) to add a new drag-and-drop list example, but the CI is failing with the following error:
Note: switching to 'origin/master'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at d60e56b Merge pull request #45 from jhartzell42/jhartzell/chess-fix
From github.com:l-Shane-l/reflex-examples
* [new branch] add-drag-and-drop-list-example -> fork/add-drag-and-drop-list-example
* [new branch] master -> fork/master
error: iOS builds are not supported on this platform.
## Exited with code: 1
This error seems unrelated to my changes. The code builds fine for me locally on a debian system. It seems to be an issue coming from elsewhere in the CI. Im not sure if there is a fix available but if not maybe removing the requirement for IOS might make sense for this repo.
The text was updated successfully, but these errors were encountered:
I'm trying to submit a PR (#46 ) to add a new drag-and-drop list example, but the CI is failing with the following error:
This error seems unrelated to my changes. The code builds fine for me locally on a debian system. It seems to be an issue coming from elsewhere in the CI. Im not sure if there is a fix available but if not maybe removing the requirement for IOS might make sense for this repo.
The text was updated successfully, but these errors were encountered: