Skip to content

Commit

Permalink
Checkout java21 branch in distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
warunalakshitha committed Nov 17, 2024
1 parent ac1f3e0 commit 94ca209
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull_request_full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ jobs:
distribution: 'temurin'
java-version: '21.0.3'

- name: Checkout non-default branch
run: |
git fetch origin && git checkout -t origin/java21
- name: Download Ballerina Lang Artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 94ca209

Please sign in to comment.