Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Oct 10, 2024
1 parent ae2ecfe commit 881cd0c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ppkg
Original file line number Diff line number Diff line change
Expand Up @@ -5258,10 +5258,7 @@ $DOT_CONTENT
[ -n "$PACKAGE_DEP_UPP_T2" ] && {
if [ "$GITHUB_ACTIONS" = true ] ; then
if [ "$NATIVE_OS_NAME" = macos ] ; then
X="${NATIVE_OS_VERS%%.*}"
Y="${NATIVE_OS_VERS#*.}"
Y="${Y%%.*}"
T="macos-$X.$Y-$NATIVE_OS_ARCH"
T="macos-${NATIVE_OS_VERS%%.*}.0-$NATIVE_OS_ARCH"
else
T="$NATIVE_OS_SPEC"
fi
Expand Down

0 comments on commit 881cd0c

Please sign in to comment.