You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/11/24 05:36:31 UTC

[isis] branch master updated: ISIS-2445: [Ongoing] CI: try fix ruby gems

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new aa7eb07  ISIS-2445: [Ongoing] CI: try fix ruby gems
aa7eb07 is described below

commit aa7eb0785a292bf9e0f3f5ec31449aa1d8dbf8dd
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Nov 24 06:36:21 2021 +0100

    ISIS-2445: [Ongoing] CI: try fix ruby gems
---
 .github/workflows/ci-build-artifacts-no-push-maven.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index 25472ff..b749ff0 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -39,6 +39,17 @@ jobs:
     - name: Print Maven Version
       run: mvn --version
       
+    - name: Set up Ruby 2.7 and Rubygems
+      uses: actions/setup-ruby@v1
+      with:
+        ruby-version: 2.7
+      shell: bash
+      run: |
+         gem -v
+         whoami
+         sudo gem update --system
+         gem -v
+      
     - name: Activate Cache for Maven Downloads
       uses: actions/cache@v2.1.7
       env: