Skip to content

Fix: issue related to a fix in popt v1.19 (#80) #80

Fix: issue related to a fix in popt v1.19 (#80)

Fix: issue related to a fix in popt v1.19 (#80) #80

Workflow file for this run

name: Build openvas-smb
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
compile:
runs-on: ubuntu-latest
container: ${{ github.repository }}-build:latest
steps:
- name: Check out openvas-smb
uses: actions/checkout@v4
- name: Configure and build
run: |
mkdir build && cd build/ && cmake -DCMAKE_BUILD_TYPE=Release .. && make install