Skip to content

Commit

Permalink
Remove build step from actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tzussman committed May 22, 2024
1 parent 65f14c7 commit 58555df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
-v $(pwd):/kmodleak \
build_container \
/bin/bash -c \
'cd /kmodleak/src && make -j`nproc` && cd ../mod && make && ./test.sh'
'cd /kmodleak/src && make -j`nproc`'

0 comments on commit 58555df

Please sign in to comment.