Skip to content

ci: add rust target x86_64-pc-windows-gnu to x64 build workflow #2

ci: add rust target x86_64-pc-windows-gnu to x64 build workflow

ci: add rust target x86_64-pc-windows-gnu to x64 build workflow #2

Workflow file for this run

name: build (x64)
on: [push]
jobs:
build-x64:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install prerequisites
run: rustup target add x86_64-pc-windows-gnu
- name: Build
run: make x64