Skip to content

README.md: small ident fixes (2) #4

README.md: small ident fixes (2)

README.md: small ident fixes (2) #4

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 libelf-dev
- name: Build
run: make
# End of file.