Skip to content

Restrict GUI file picker to macOS and Windows #10

Restrict GUI file picker to macOS and Windows

Restrict GUI file picker to macOS and Windows #10

Workflow file for this run

name: Build
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
name: Build Test
steps:
- name: 'Checkout'
uses: 'actions/checkout@v4'
- name: Build
run: cargo build --verbose