Skip to content

Update versions in install.sh, fix demo-rgb.sh #43

Update versions in install.sh, fix demo-rgb.sh

Update versions in install.sh, fix demo-rgb.sh #43

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
platforms:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ]
steps:
- uses: actions/checkout@v2
- name: Install rust nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- name: Build with all features
uses: actions-rs/cargo@v1
with:
command: check
args: -Z bideps --workspace --all-targets --all-features