Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 25, 2023
1 parent c6cdf63 commit 4a70291
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ jobs:
with:
dotnet-version: 6.x

- name: Install .NET iOS workload
run: dotnet workload install ios

- name: Install .NET Android workload
run: dotnet workload install android
- name: Install .NET Android and iOS workload
run: dotnet workload install android ios

- name: Setup NuGet
uses: nuget/setup-nuget@v1
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
permissions:
contents: read

env:
NODE_VERSION: 18

jobs:
publish-nuget:
needs: configure
Expand All @@ -34,11 +31,8 @@ jobs:
with:
dotnet-version: 6.x

- name: Install .NET iOS workload
run: dotnet workload install ios

- name: Install .NET Android workload
run: dotnet workload install android
- name: Install .NET Android and iOS workload
run: dotnet workload install android ios

- name: Setup NuGet
uses: nuget/setup-nuget@v1
Expand Down

0 comments on commit 4a70291

Please sign in to comment.