Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jianlins authored Jan 20, 2025
1 parent 4fc8b6c commit 8a352fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo "FOLDER_PATH $FOLDER_PATH"
PARENT_FOLDER=$(dirname "$FOLDER_PATH")
echo "PARENT_FOLDER $PARENT_FOLDER"
sudo mount --bind /home /mnt
sudo mount --bind $PARENT_FOLDER /mnt
sudo mkdir -p $PARENT_FOLDER
sudo chmod 777 -R $PARENT_FOLDER
echo "Remove unused pkgs"
Expand Down

0 comments on commit 8a352fe

Please sign in to comment.