Skip to content

chore: check if the MSVC compiler actually exists, or fall back to gcc #36

chore: check if the MSVC compiler actually exists, or fall back to gcc

chore: check if the MSVC compiler actually exists, or fall back to gcc #36

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install Rust (stable)
uses: dtolnay/rust-toolchain@stable
- name: Build binary
run: cargo build
- name: Compile Hello World
run: cargo run -- compile examples/helloworld.kit --run