Skip to content

improve no disc found handling #5

improve no disc found handling

improve no disc found handling #5

Workflow file for this run

name: Rust-macOS
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
RUSTC_WRAPPER: sccache
SCCACHE_GHA_ENABLED: "true"
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Install glib/gtk dev
run: brew install gtk4 gstreamer libdiscid sccache
- name: Build
run: cargo build
- name: Run tests
run: cargo test
- uses: actions/upload-artifact@v4
with:
name: ripperx4
path: target/debug/ripperx4