Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
  • Loading branch information
therealbobo committed Oct 29, 2023
1 parent a727b3b commit 3be13e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable_build_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ jobs:
cd ..
- name: Build
if: matrix.os != 'windows-latest'
if: matrix.os == 'ubuntu-22.04'
run: |
pushd build
KERNELDIR=/lib/modules/$(uname -r)/build make -j4 all
popd
- name: Build
if: matrix.os == 'windows-latest'
if: matrix.os != 'ubuntu-22.04'
run: |
cmake -B build .
cmake --build build --target falco
- name: Run unit tests
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 3be13e1

Please sign in to comment.