Skip to content

Commit

Permalink
Update x-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmojo authored Nov 4, 2024
1 parent d773bdc commit ae96e3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/x-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
NUGET_RID: "win-x64"
NUGET_PACK_DOTNET_LIB: "1"

- name: "Windows ARM64"
os: windows-11-arm64-gh
env:
OS: "windows"
NUGET_RID: "win-arm64"
NUGET_PACK_DOTNET_LIB: "1"

runs-on: "${{ matrix.os }}"

defaults:
Expand Down

0 comments on commit ae96e3f

Please sign in to comment.