Skip to content

Commit

Permalink
fix: remove sudo for dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv committed Oct 25, 2024
1 parent 595c2fc commit 3fe493f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Workaround for the nodejs20.x runtime
run: |
sudo dnf -y install nodejs20
dnf -y install nodejs20
mv /opt/actions-runner/externals/node20/bin/node /opt/actions-runner/externals/node20/bin/node-bak
ln -s /usr/bin/node-20 /opt/actions-runner/externals/node20/bin/node
Expand Down

0 comments on commit 3fe493f

Please sign in to comment.