Skip to content

Commit d30a584

Browse files
committed
Touch gcc/cp/parse.c
1 parent 6e02a94 commit d30a584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
shell: bash
4242
run: | # The generated `c-parse.c` is already commited on the repo, so we touch it to avoid regenerating it (trying to build old lex/yacc files with modern tools fails)
4343
touch gcc/c-parse.c
44+
touch gcc/cp/parse.c
4445
make -C gcc CFLAGS="${{ matrix.TARGET.CFLAGS }}" xgcc cc1 cc1plus cpp cccp g++
4546
4647
- name: Test for file

0 commit comments

Comments
 (0)