Skip to content

Commit

Permalink
ci: no sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Aug 4, 2024
1 parent ac502ac commit 319aeaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
steps:
- name: Install required packages
run: |
sudo dnf install -y --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' --setopt='terra.gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc' terra-release
sudo dnf install -y libhelium libbismuth sass git
dnf install -y --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' --setopt='terra.gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc' terra-release
dnf install -y libhelium libbismuth sass git
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 319aeaa

Please sign in to comment.