add x64 windows build

This commit is contained in:
17ms 2023-09-04 21:41:48 +03:00
parent 67fab76476
commit 731c3e4fa5

View File

@ -25,6 +25,8 @@ jobs:
os: ubuntu-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3