From bad623558eafde1f2ea23d27afdfa6b1690ee16f Mon Sep 17 00:00:00 2001 From: nagachika Date: Sat, 27 Feb 2021 13:49:03 +0900 Subject: .github/workflows/macos.yml: Remove pre-installed gems before test on macos Actions. --- .github/workflows/macos.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 17d8085707..6cdbdc272b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -52,6 +52,8 @@ jobs: ../src/configure -C --disable-install-doc --with-openssl-dir=$(brew --prefix openssl@1.1) --with-readline-dir=$(brew --prefix readline) - name: Make run: make -C build $JOBS + - name: Remove system gems + run: rm -rf /usr/local/lib/ruby/gems/2.7.0/ - name: Extract gems run: make -C build update-gems extract-gems if: matrix.test_task == 'check' -- cgit v1.2.3