Skip to content

Workflow file for this run

name: windows-build
on:
release:
types: [published]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: choco installing
run: |
choco install cmake -y
choco install llvm -y
- name: Build
run: cargo build