Skip to content

Commit

Permalink
add commandbox install
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Nov 19, 2023
1 parent 6a45287 commit e0a60b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
uses: docker/setup-qemu-action@master
with:
platforms: all
- name: Setup Java
uses: actions/[email protected]
with:
distribution: "temurin"
java-version: "11"
- name: Setup CommandBox
uses: Ortus-Solutions/[email protected]
- name: Setup Environment Variables For Build Process
id: current_version
run: |
Expand Down

0 comments on commit e0a60b2

Please sign in to comment.