Skip to content

pkgaddconf.vim: fix comment #25

pkgaddconf.vim: fix comment

pkgaddconf.vim: fix comment #25

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.