Skip to content

Commit 3d76ff3

Browse files
committed
GitHub Actions: fix syntax error of building-with-pegof.yml
1 parent 8109ccd commit 3d76ff3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/building-with-pegof.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444

4545
- run: ./ctags --list-features | grep pegof
4646

47-
- run: echo "Targets: $(./ctags --list-languages=_packcc | tr '\n' ',')"
47+
- run: |
48+
echo "Targets: $(./ctags --list-languages=_packcc | tr '\n' ',')"
4849
- run: make units LANGUAGES="$(./ctags --list-languages=_packcc | tr '\n' ',')"
4950
- run: make dist
5051
# See EXTRA_DIST in Makefile.am.

0 commit comments

Comments
 (0)