diff options
Diffstat (limited to '.github/workflows/compilers.yml')
| -rw-r--r-- | .github/workflows/compilers.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index b830b7c91a..9314cc24c4 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -164,15 +164,15 @@ jobs: ${default_configure} \ ${append_configure} \ --with-gcc="${default_cc} ${append_cc}" - - run: $make incs + - name: Update include files + run: | + $make touch-unicode-files + $make $UPDATE_UNICODE -o update-src incs working-directory: build - run: $make working-directory: build - run: $make test working-directory: build - - run: $make $UPDATE_UNICODE up - working-directory: build - if: "matrix.entry.name == '-O3'" - run: $make install working-directory: build if: "matrix.entry.name == '-O3'" |
