summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.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/macos.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/macos.yml')
-rw-r--r--.github/workflows/macos.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index fd38b77e5b..18e3d25a2d 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -38,6 +38,11 @@ jobs:
- name: Run configure
run: ../src/configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix openssl@1.1) --with-readline-dir=$(brew --prefix readline)
working-directory: build
+ - name: Update
+ run: |
+ make touch-unicode-files
+ make -o update-src up
+ working-directory: build
- run: make $JOBS
working-directory: build
- run: make prepare-gems