Skip to content

Commit

Permalink
fix Permission denied
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Mar 30, 2024
1 parent b1fcb40 commit 671783a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
# sudo sed -i "s/set -e/set -ex/" rr/ws/initrd/opt/rr/init.sh
# sudo sed -i '/^alias/i\set -x' rr/ws/initrd/opt/rr/menu.sh
[ -n "${{ env.language }}" ] && echo "${{ env.language }}.UTF-8" > rr/ws/mnt/p1/.locale
[ -n "${{ env.language }}" ] && echo "${{ env.language }}.UTF-8" | sudo tee rr/ws/mnt/p1/.locale
sudo ./localbuild.sh config ${MODEL}
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 671783a

Please sign in to comment.