Skip to content

Update Win32 and WDK metadata #414

Update Win32 and WDK metadata

Update Win32 and WDK metadata #414

Workflow file for this run

name: linux
on:
pull_request:
push:
branches:
- master
env:
RUSTFLAGS: -Dwarnings
jobs:
cargo_windows:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Update toolchain
run: rustup update --no-self-update stable && rustup default stable
- name: Run cargo build
run: cargo build -p test_simple_component --target x86_64-unknown-linux-gnu