From 466d3e68da5df4f76d87332ff6786a391cc8bde4 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 16 Jun 2020 11:44:31 +0900 Subject: Just update sources in CI without fetching Also install external libraries only, extract-gems does not work unless base ruby is available. --- .github/workflows/macos.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows/macos.yml') 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 -- cgit v1.2.3