Skip to content

update action

update action #2

Workflow file for this run

name: Rust-linux
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
RUSTC_WRAPPER: sccache
SCCACHE_GHA_ENABLED: "true"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Install glib/gtk dev
run: sudo apt install -y libgtk-4-dev libgstreamer1.0-dev libdiscid-dev sccache
- name: Build
run: cargo build
- name: Run tests
run: cargo test
- uses: actions/upload-artifact@v4
with:
name: ripperx4
path: target/debug/ripperx4