Skip to content

Commit

Permalink
Remove WSL. Can probably get away without it.
Browse files Browse the repository at this point in the history
Put R2R back?
  • Loading branch information
wasabii committed Feb 10, 2024
1 parent 7db1a9c commit 8c6f5d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/IKVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Setup WSL
if: runner.os == 'Windows'
uses: Vampire/setup-wsl@v2
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@v3
Expand Down
1 change: 1 addition & 0 deletions src/ikvmc/ikvmc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net472</TargetFrameworks>
<RuntimeIdentifiers>$(_SupportedToolRuntimes)</RuntimeIdentifiers>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/ikvmstub/ikvmstub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<OutputType>Exe</OutputType>
<TargetFrameworks>net472;net6.0</TargetFrameworks>
<RuntimeIdentifiers>$(_SupportedToolRuntimes)</RuntimeIdentifiers>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8c6f5d0

Please sign in to comment.