Skip to content

Network Settings Objects Generation #9

Network Settings Objects Generation

Network Settings Objects Generation #9

Workflow file for this run

name: Build RPM
on:
push:
branches: [ "main" ]
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: Install
run: cargo install cargo-generate-rpm
- name: Build
run: |
cargo build --release
strip -s target/release/burrow
- name: Build RPM
run: cargo generate-rpm -p burrow