Skip to content

Commit

Permalink
github workflow tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
paralin committed Aug 9, 2020
1 parent ae6bff8 commit 4d154eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/buildroot-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
cd $GITHUB_WORKSPACE
./utils/check-package $CHANGED_VS_UPSTREAM
# Installing buildroot deps
- name: Install buildroot apt deps
run: |
sudo apt-get install -y libelf-dev
# Test a build
- name: Run a generic build
run: |
Expand Down

0 comments on commit 4d154eb

Please sign in to comment.