Skip to content

Commit

Permalink
Generate vmlinux.h before building TTY Resizer
Browse files Browse the repository at this point in the history
  • Loading branch information
YaSuenag committed Oct 14, 2024
1 parent 61db176 commit f7a37fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ jobs:
queries: security-extended,security-and-quality

- name: Build TTY Resizer
run: make -C tty-resizer
working-directory: tty-resizer
run: |
bpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit f7a37fd

Please sign in to comment.