Skip to content

Pass key to build

Pass key to build #467

Workflow file for this run

on:
push:
pull_request:
name: "windows"
jobs:
build_windows:
name: Building Windows
if: false
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install Rust Nightly
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2025-04-15
components: rust-src
- name: Build binary
run: ./tool/build_windows.sh x64