Skip to content

Commit 3fe493f

Browse files
committed
fix: remove sudo for dnf
1 parent 595c2fc commit 3fe493f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Workaround for the nodejs20.x runtime
4545
run: |
46-
sudo dnf -y install nodejs20
46+
dnf -y install nodejs20
4747
mv /opt/actions-runner/externals/node20/bin/node /opt/actions-runner/externals/node20/bin/node-bak
4848
ln -s /usr/bin/node-20 /opt/actions-runner/externals/node20/bin/node
4949

0 commit comments

Comments
 (0)