Skip to content

COPYRIGHT: zeppel.ink -> zeppe-lin.github.io #35

COPYRIGHT: zeppel.ink -> zeppe-lin.github.io

COPYRIGHT: zeppel.ink -> zeppe-lin.github.io #35

Workflow file for this run

name: Build CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y libarchive-dev nettle-dev libacl1-dev
- name: Build
run: make
# End of file.