We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7792c commit 46235d6Copy full SHA for 46235d6
.github/workflows/c-cpp.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
git clone --depth 1 \
20
https://github.com/ThrowTheSwitch/Unity.git \
21
- fsm/vendor/unity
+ vendor/unity
22
23
- name: Run unit tests
24
run: make -f test/makefile
0 commit comments