Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen authored Nov 21, 2023
1 parent 14a8dc0 commit 8f4cfa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
8.0.x
- name: Install .NET MAUI
run: dotnet workload install maui
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: 11
- name: Restore dependencies
run: dotnet restore ShanedlerSamples.sln
- name: Build
Expand Down

0 comments on commit 8f4cfa9

Please sign in to comment.