Skip to content

Commit

Permalink
secondo improvement attempt for jdk sharing among jobs in github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Oct 24, 2020
1 parent 6415aaf commit 3206fbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
run: |
curl -sL https://github.com/shyiko/jabba/raw/master/install.sh | bash && . ~/.jabba/jabba.sh
[ -s "$JABBA_HOME/jabba.sh" ] && source "$JABBA_HOME/jabba.sh"
jabba install ${{ env.jdk-version }}
jabba use ${{ env.jdk-version }}
# - &cache_gradle
- name: Cache Gradle Data
Expand Down Expand Up @@ -149,6 +151,8 @@ jobs:
run: |
curl -sL https://github.com/shyiko/jabba/raw/master/install.sh | bash && . ~/.jabba/jabba.sh
[ -s "$JABBA_HOME/jabba.sh" ] && source "$JABBA_HOME/jabba.sh"
jabba install ${{ env.jdk-version }}
jabba use ${{ env.jdk-version }}
# - *cache_gradle
- name: Cache Gradle Data
Expand Down

0 comments on commit 3206fbb

Please sign in to comment.