Skip to content

Implement SignPath integration with GitHub Actions #44

Implement SignPath integration with GitHub Actions

Implement SignPath integration with GitHub Actions #44

Workflow file for this run

name: CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
merge_group:
types: [checks_requested]
# env:
# RUST_VERSION: "1.70"
jobs:
build:
runs-on: windows-latest
name: Build
steps:
- uses: actions/checkout@v4
with:
submodules: true
# - uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756
- name: Setup rustup
run: |
rustup target add i686-pc-windows-msvc
- name: Build
run: scripts/build_installer.bat