Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant authored May 9, 2024
1 parent f3c8ddd commit 6b1865d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- name: Restore NuGet Packages
run: dotnet restore

- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'microsoft'
java-version: '11'

- name: Run Image Processor
working-directory: ${{github.workspace}}
run: |
Expand Down

0 comments on commit 6b1865d

Please sign in to comment.