Skip to content

Commit

Permalink
Touch gcc/cp/parse.c
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Jun 6, 2024
1 parent 6e02a94 commit d30a584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
shell: bash
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)
touch gcc/c-parse.c
touch gcc/cp/parse.c
make -C gcc CFLAGS="${{ matrix.TARGET.CFLAGS }}" xgcc cc1 cc1plus cpp cccp g++
- name: Test for file
Expand Down

0 comments on commit d30a584

Please sign in to comment.