Skip to content

temp: windows build test #129

temp: windows build test

temp: windows build test #129

Workflow file for this run

on:
push:
branches:
- "test/windows_ci_build"
name: "Windows Build Test"
jobs:
build:
name: "Build Windows"
runs-on: "windows-latest"
steps:
- name: "Checkout source code"
uses: "actions/checkout@v3"
- name: "Setup stable toolchain"
uses: "actions-rs/toolchain@v1"
with:
toolchain: "stable"
profile: "minimal"
override: true
- name: "Build release"
run: |
cargo build --release --target x86_64-pc-windows-msvc