-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Last commit is breaking github workflow #2009
Comments
Please try with #2006 and report back. I opened that today to specifically fix this issue that was revealed by the USB boot merge. |
In the meantime, you can update |
also have problems with github actions
|
This is on me through #2004, apparently I missed a test case. I'll try to open a PR to fix, or we can revert #2004 until we can. |
Reverted for now, until @caksoylar can get a chance to address in a follow up PR. Thanks! |
tried the head of |
Hey,
I was in a process of updating a keymap for my custom split board though github actions and started seeing compilation errors all of the a sudden related to usb_hid. See below:
I dug a bit and it turns out the latest commit added the exact line mentioned in the error message.
I am not an expert on GH Actions, but it appears to me that every GH workflow relying on the tip on
main
is going to fail until this is addressed.In the meantime, do you know how I can pin the exact commit id which zmk's GH build file is using? I skimmed build-user-config.yml, but there appear to be no way for me to pass the commit id for checkout...
What's weird is this error is coming up only for the
right
half and the left is building just fine. I tried disabling theusb_hid
viaZMK_USB_BOOT=n
to no avail.Cheers!
The text was updated successfully, but these errors were encountered: