Skip to content

Automated commit: change version from 22.5.6 -> 22.5.7 #121

Automated commit: change version from 22.5.6 -> 22.5.7

Automated commit: change version from 22.5.6 -> 22.5.7 #121

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