Skip to content

Fix deb/rpm asset paths in Cargo.toml #374

Fix deb/rpm asset paths in Cargo.toml

Fix deb/rpm asset paths in Cargo.toml #374

Workflow file for this run

name: ci
on:
push:
branches:
- main
- towards-0.2
pull_request:
types: [review_requested, ready_for_review]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Ensure correct Rust toolchain version
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build
run: cargo build --verbose
#- name: Run tests
# run: cargo test --verbose