Skip to content

Commit

Permalink
Update main-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Dec 22, 2023
1 parent 8d7638c commit abe7764
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:

env:
DOTNET_VERSION: '8.0'
JAVA_VERSION: '17'

jobs:
build:
Expand All @@ -28,6 +29,12 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: ${{ env.JAVA_VERSION }}

- name: Install dependencies
run: dotnet restore

Expand Down

0 comments on commit abe7764

Please sign in to comment.