Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Dec 17, 2024
1 parent cc3a113 commit 913236b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
yum clean all
- name: test
run: yum install -y kernel-devel kernel gcc make elfutils-libelf-devel
- name: Install Node.js 14
run: |
curl -sL https://rpm.nodesource.com/setup_14.x | bash -
yum install -y nodejs
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 913236b

Please sign in to comment.