summaryrefslogtreecommitdiff
path: root/.github/workflows/compilers.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-16 11:44:31 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-16 12:15:55 +0900
commit466d3e68da5df4f76d87332ff6786a391cc8bde4 (patch)
tree89bd45963fa2745cdc7278c263cc367a429c82eb /.github/workflows/compilers.yml
parentb52862d35f21710d473921b625f2104be01db900 (diff)
Just update sources in CI without fetching
Also install external libraries only, extract-gems does not work unless base ruby is available.
Diffstat (limited to '.github/workflows/compilers.yml')
-rw-r--r--.github/workflows/compilers.yml8
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'"