mirror of
https://github.com/hathach/tinyusb.git
synced 2026-08-18 11:02:16 +00:00
ci: pin ceedling to 1.0.1
ceedling 1.1.0 (released 2026-07-17) fails this project's mock
preprocessing ('Failed to read _build/test/preprocess/.../raw/*.h for
comment stripping'); reproduced locally with an isolated 1.1.0 install
while 1.0.1 passes all 61 tests on the same tree. Unpin once fixed
upstream.
This commit is contained in:
4
.github/workflows/pre-commit.yml
vendored
4
.github/workflows/pre-commit.yml
vendored
@ -24,7 +24,9 @@ jobs:
|
||||
|
||||
- name: Get Dependencies
|
||||
run: |
|
||||
gem install ceedling
|
||||
# pinned: 1.1.0 breaks mock preprocessing on this project ("Failed to read
|
||||
# _build/test/preprocess/.../raw/*.h for comment stripping"); revisit on next release
|
||||
gem install ceedling -v 1.0.1
|
||||
#cd test/unit-test
|
||||
#ceedling test:all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user