mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37:53 -04:00
ci: remove sudo from gh installation in manylinux workflow
- Remove unnecessary sudo calls from dnf commands in self-hosted manylinux environment - Commands are already executed with root privileges in the CI runner
This commit is contained in:
@@ -74,9 +74,9 @@ jobs:
|
||||
- name: Install gh
|
||||
shell: bash
|
||||
run: |
|
||||
sudo dnf install 'dnf-command(config-manager)'
|
||||
sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
|
||||
sudo dnf -y install gh --repo gh-cli
|
||||
dnf install -y 'dnf-command(config-manager)'
|
||||
dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
|
||||
dnf -y install gh --repo gh-cli
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user