Skip to content

Commit

Permalink
Update build-x86.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbinousamy committed Oct 7, 2023
1 parent 71987d7 commit abcc957
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on: [push, pull_request, workflow_dispatch]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: autogen
Expand All @@ -17,6 +15,11 @@ jobs:
run: make
- name: make distcheck
run: make distcheck

testsetup:
runs-on: ubuntu-latest
needs: build
steps:
- name: test
run: |
sudo apt-get install -y linux-modules-extra-$(uname -r)
Expand Down

0 comments on commit abcc957

Please sign in to comment.