Skip to content

Commit

Permalink
fix: ci: You do not have write permission for the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
silime authored Aug 26, 2024
1 parent 825f635 commit 3bde87c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-arch-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
# Build linux-firmware-lenovo-sm8250
cd ../linux-firmware-lenovo-sm8250
chown -R nobody .
su nobody --pty -p -s /bin/bash -c 'makepkg -f --syncdeps --skippgpcheck --noconfirm'
- name: Prepare release
Expand Down

0 comments on commit 3bde87c

Please sign in to comment.