Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed Feb 9, 2023
1 parent 38c2359 commit 4f46ff6
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 9 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,24 @@ jobs:
with:
dotnet-version: 7.0.x

- name: Install Android SDK
run: dotnet workload install android

- name: Install iOS SDK
run: dotnet workload install ios

- name: Install macOS SDK
run: dotnet workload install macos

- name: Install Mac Catalyst SDK
run: dotnet workload install maccatalyst

- name: Install Maui
run: dotnet workload install maui

- name: Install wasm-tools
run: dotnet workload install wasm-tools

- name: Restore Workload
run: dotnet workload restore

Expand Down Expand Up @@ -75,9 +90,24 @@ jobs:
with:
dotnet-version: 7.0.x

- name: Install Android SDK
run: dotnet workload install android

- name: Install iOS SDK
run: dotnet workload install ios

- name: Install macOS SDK
run: dotnet workload install macos

- name: Install Mac Catalyst SDK
run: dotnet workload install maccatalyst

- name: Install Maui
run: dotnet workload install maui

- name: Install wasm-tools
run: dotnet workload install wasm-tools

- name: Restore Workload
run: dotnet workload restore

Expand Down
6 changes: 0 additions & 6 deletions src/Samples.AvaloniaApp1/Samples.AvaloniaApp1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@
<PackageReference Include="Avalonia.Desktop" />
<PackageReference Include="Avalonia.Diagnostics" />
<PackageReference Include="Avalonia.ReactiveUI" />
<PackageReference Include="OperatingSystem2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
<PackageReference Include="MonoMac.NetStandard" />
<PackageReference Include="SkiaSharp" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" />
<PackageReference Include="HarfBuzzSharp" />
<PackageReference Include="HarfBuzzSharp.NativeAssets.Linux" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Samples.ClassLibrary1/Samples.ClassLibrary1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

<ItemGroup>
<PackageReference Include="ReactiveUI" />
<PackageReference Include="OperatingSystem2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions src/Samples.ConsoleApp1/Samples.ConsoleApp1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OperatingSystem2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
<PackageReference Include="MonoMac.NetStandard" />
</ItemGroup>

</Project>

0 comments on commit 4f46ff6

Please sign in to comment.