Skip to content

Commit

Permalink
Merge pull request #1 from bbannier/topic/bbannier/zeek6
Browse files Browse the repository at this point in the history
Fix building agains zeek6
  • Loading branch information
jsiwek authored May 28, 2024
2 parents b3607a4 + 8622d82 commit 30e5581
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Check

on:
pull_request:
push:
branches: [master]

jobs:
test:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
zeek_version:
- zeek-lts
- zeek

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: zeek/action-zkg-install@v2
with:
zeek_version: ${{ matrix.zeek_version }}
3 changes: 1 addition & 2 deletions plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.15)

project(Plugin)

Expand Down

0 comments on commit 30e5581

Please sign in to comment.