Skip to content

Commit

Permalink
removed PackageLinks
Browse files Browse the repository at this point in the history
  • Loading branch information
danzuep committed Dec 6, 2023
1 parent 18c89cb commit 011df1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
echo "Project Name: ${{ inputs.projectName }}";
dotnet --version;
dotnet workload install maui android ${{ env.PackageLinks }}
dotnet workload install maui android
# dotnet nuget locals all --clear
# dotnet workload install maui android ios maccatalyst tvos macos wasm-tools ${{ env.PackageLinks }}
env:
Expand Down

0 comments on commit 011df1c

Please sign in to comment.