Update repository readme markdown profile, new ci badge and supported… #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Api Vulkan Guide Rust - CI Information | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build-windows: | |
name: Build Windows | |
runs-on: windows-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- name: Install Rust Toolchain | |
uses: dtolnay/rust-toolchain@stable | |
with: | |
toolchain: 1.80.1 | |
- name: Try Build | |
run: cargo build --manifest-path api-vulkan-guide-rust/source-main/Cargo.toml |