Skip to content

Commit

Permalink
fixing some permissions for fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jul 14, 2024
1 parent 0ec8d38 commit 292f490
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/onlabel_Fedora_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
steps:
- name: fixing folder perms for usr share
run: |
chmod g+w -R /usr/share
- name: prepare fedora
run: |
dnf -y install wget
Expand Down

0 comments on commit 292f490

Please sign in to comment.