Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pzcn committed May 27, 2024
1 parent 1c986dc commit 52c2a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ jobs:
fi
fi
if [[ $EROFS == true ]]; then
bash build_local_HyperOS.sh $URL $device $custom_version premium true false erofs
sudo bash build_local_HyperOS.sh $URL $device $custom_version premium true false erofs
elif [[ $EROFS == false ]]; then
bash build_local_HyperOS.sh $URL $device $custom_version premium false false ext4
sudo bash build_local_HyperOS.sh $URL $device $custom_version premium false false ext4
fi
source "$GITHUB_WORKSPACE"/PackageInfo.txt
echo "NEW_PACKAGE_NAME=$NEW_PACKAGE_NAME" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 52c2a41

Please sign in to comment.