Skip to content

Add (and ignore) -B option. (#2) #11

Add (and ignore) -B option. (#2)

Add (and ignore) -B option. (#2) #11

Workflow file for this run

name: ubuntu
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install libssl-dev
run: sudo apt install -y libssl-dev
- name: configure
run: ./configure --enable-ssl --enable-inet6 --enable-md5auth
- name: make
run: make