Skip to content

Exposed Image View Type and Image Type implicitely (through Extent3D). #276

Exposed Image View Type and Image Type implicitely (through Extent3D).

Exposed Image View Type and Image Type implicitely (through Extent3D). #276

Workflow file for this run

name: Build library
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nightly
run: rustup default nightly
- name: Build
run: cargo build --verbose
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Install Nightly
run: rustup default nightly
- name: Build
run: cargo build --verbose