Skip to content

Commit

Permalink
Merge pull request ballerina-platform#43590 from warunalakshitha/sync…
Browse files Browse the repository at this point in the history
…DebuggerChanges

Checkout java21 branch in distribution
  • Loading branch information
warunalakshitha authored Nov 17, 2024
2 parents a3054b7 + 94ca209 commit db51e36
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 db51e36

Please sign in to comment.