Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima committed Oct 2, 2023
1 parent 589d03a commit 36c3061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: cp linux artifacts/
- name: copy kernel modules
run: make modules_install INSTALL_MOD_PATH=./artifacts ARCH=um
- name: remove kernel module directory simlinks
run: rm artifacts/lib/modules/$(make kernelrelease)/build artifacts/lib/modules/$(make kernelrelease)/source
- uses: actions/upload-artifact@v3
with:
name: linux-build-artifacts
Expand Down

0 comments on commit 36c3061

Please sign in to comment.