Skip to content

Commit

Permalink
.github/workflows/benchmarks: remove 'sudo'
Browse files Browse the repository at this point in the history
It seems like that the 'sudo make install' uses a different TARGET_DIR than 'make build'

Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
  • Loading branch information
Mossaka committed Dec 6, 2024
1 parent 9b729b4 commit b0b704c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
shell: bash
run: |
make build
sudo make install
make install
make test-image
make load
- name: Run Benchmarks
Expand Down

0 comments on commit b0b704c

Please sign in to comment.