community fixes

This commit is contained in:
jaberjaber23
2026-02-27 01:58:57 +03:00
parent a1d6776989
commit 0bb4e6f17b
9 changed files with 157 additions and 20 deletions
+8
View File
@@ -42,6 +42,11 @@ jobs:
args: "--target x86_64-pc-windows-msvc"
rust_target: x86_64-pc-windows-msvc
- name: Windows ARM64
os: windows-latest
args: "--target aarch64-pc-windows-msvc"
rust_target: aarch64-pc-windows-msvc
runs-on: ${{ matrix.platform.os }}
steps:
- uses: actions/checkout@v4
@@ -152,6 +157,9 @@ jobs:
- target: x86_64-pc-windows-msvc
os: windows-latest
archive: zip
- target: aarch64-pc-windows-msvc
os: windows-latest
archive: zip
steps:
- uses: actions/checkout@v4