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 d0368a8 commit 99bcdccCopy full SHA for 99bcdcc
.github/workflows/building-with-pegof.yml
@@ -45,8 +45,8 @@ jobs:
45
- run: ./ctags --list-features | grep pegof
46
47
- run: |
48
- echo "Targets: $(./ctags --list-languages=_packcc | tr '\n' ',')"
49
- - run: make units LANGUAGES="$(./ctags --list-languages=_packcc | tr '\n' ',')"
+ echo "Targets: $(./ctags --list-languages=_packcc | while read LANG REST; do echo "$LANG"; done | tr '\n' ',')"
+ - run: make units LANGUAGES="$(./ctags --list-languages=_packcc | while read LANG REST; do echo "$LANG"; done | tr '\n' ',')"
50
- run: make dist
51
# See EXTRA_DIST in Makefile.am.
52
# Currently we add .pego files.
0 commit comments