Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jabra- authored Dec 12, 2023
1 parent 75cb735 commit 42ce6a5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
with:
platform: x64

- name: apt update
run: sudo apt-get update

- name: Install pefile
run: sudo apt-get install python3-pefile
run: sudo apt-get -y install python3-pefile

- name: Install nasm
run: sudo apt-get install nasm
run: sudo apt-get -y install nasm

- name: Build BOFs
run: make

0 comments on commit 42ce6a5

Please sign in to comment.