Skip to content

Commit

Permalink
Update template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SKIDDOW authored Jul 20, 2024
1 parent dd0608d commit 7336b20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
dotnet-version: '8.x' # Specify your .NET version

- name: Install necessary workloads
run: dotnet workload install maui-android

- name: Install necessary tools
run: |
sudo apt-get install -y zip
Expand Down

0 comments on commit 7336b20

Please sign in to comment.