Skip to content

fixing enums more, bump to 4.0.106 #27

fixing enums more, bump to 4.0.106

fixing enums more, bump to 4.0.106 #27

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Julia DeMille <me@jdemille.com
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
name: Rust
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build
run: cargo build -F XPLM400 -Fstub-linux --verbose