Skip to content

Commit

Permalink
tried updating github actions 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Sep 11, 2023
1 parent a678b39 commit df8f9d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
cd ${{ github.workspace }}
curl -sL https://github.com/Jabba-Team/jabba/raw/master/install.sh | bash && . ~/.jabba/jabba.sh
source "$JABBA_HOME/jabba.sh"
jabba install ${{ matrix.jdk }}
jabba alias default ${{ matrix.jdk }}
curl -fL "https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux-static.gz" | gzip -d > cs
Expand All @@ -44,6 +45,7 @@ jobs:
run: |
cd ${{ github.workspace }}
curl -sL https://github.com/Jabba-Team/jabba/raw/master/install.sh | bash && . ~/.jabba/jabba.sh
source "$JABBA_HOME/jabba.sh"
jabba install ${{ matrix.jdk }}
jabba alias default ${{ matrix.jdk }}
./gradlew publishModules
Expand Down

0 comments on commit df8f9d6

Please sign in to comment.