Skip to content

Add acap-ssh-utils bin and lib crate #39

Add acap-ssh-utils bin and lib crate

Add acap-ssh-utils bin and lib crate #39

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: cargo install cross
- name: Run checks
run: |
make check_all
PACKAGE=licensekey_handler make build