Skip to content

Diff archs

Diff archs #2

Workflow file for this run

name: Windows Build
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: logstatter - latest
runs-on: windows-latest
strategy:
matrix:
toolchain:
- stable
windows_version:
- 10
- 11
arch:
- x86_64
- arm64
steps:
- uses: actions/checkout@v3
- name: Set up Rust
run: choco install rust -y
- name: Build and test
run: cargo build --verbose