Skip to content

clean windows build script #51

clean windows build script

clean windows build script #51

Workflow file for this run

on: [push]
name: Check Windows
jobs:
check:
strategy:
matrix:
os: [windows-latest, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: ilammy/setup-nasm@v1
- name: Install vcpkg
run: vcpkg integrate install
- name: Install libheif
run: vcpkg install libheif:x64-windows-static-md
- name: cargo check without default features
run: cargo check --no-default-features
- name: cargo check build features
run: cargo check --features heif