We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8109ccd commit 3d76ff3Copy full SHA for 3d76ff3
.github/workflows/building-with-pegof.yml
@@ -44,7 +44,8 @@ jobs:
44
45
- run: ./ctags --list-features | grep pegof
46
47
- - run: echo "Targets: $(./ctags --list-languages=_packcc | tr '\n' ',')"
+ - run: |
48
+ echo "Targets: $(./ctags --list-languages=_packcc | tr '\n' ',')"
49
- run: make units LANGUAGES="$(./ctags --list-languages=_packcc | tr '\n' ',')"
50
- run: make dist
51
# See EXTRA_DIST in Makefile.am.
0 commit comments