Skip to content

Update .github/workflows/codeql.yml #104

Update .github/workflows/codeql.yml

Update .github/workflows/codeql.yml #104

Workflow file for this run

name: Build openvas-smb
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
compile:
runs-on: ubuntu-latest
container: debian:stable-slim
steps:
- uses: .github/actions/install-dependencies-action
- name: Configure and build
run: |
mkdir build && cd build/ && cmake -DCMAKE_BUILD_TYPE=Release .. && make install