Skip to content

dpkg: append version stamp to file name #275

dpkg: append version stamp to file name

dpkg: append version stamp to file name #275

Workflow file for this run

name: 'CI'
on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update && sudo apt-get install cmake ninja-build nlohmann-json3-dev libfmt-dev libboost-filesystem-dev bash-builtins
name: Install dependencies
- name: Build
run: |
mkdir -pv build
cmake -S . -B build -GNinja
ninja -C build -v