s1kd-refs: Add -M (--no-match) option #337
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build s1kd-tools | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Update repositories | |
run: sudo apt-get update -qq | |
- name: Install dependencies | |
run: sudo apt-get install -y -qq libxml2-dev libxslt1-dev vim-common | |
- name: make | |
run: make |