Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaumy committed Jan 12, 2024
2 parents 402ab6d + 001fb54 commit 63bd904
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/install-linux-headers/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ runs:

- name: Extract linux source
shell: bash
run: |
mkdir ~/${{ inputs.src-pkg }}
tar -xf /usr/src/${{ inputs.src-pkg }}.tar.bz2 --directory=~/${{ inputs.src-pkg }}
run: tar -xf /usr/src/${{ inputs.src-pkg }}.tar.bz2 --directory=/tmp

- name: Make and install linux headers
shell: bash
run: make -C ~/${{ inputs.src-pkg }} headers_install INSTALL_HDR_PATH=${{ inputs.install-path }}
run: make -C /tmp/${{ inputs.src-pkg }} headers_install INSTALL_HDR_PATH=${{ inputs.install-path }}

0 comments on commit 63bd904

Please sign in to comment.