Skip to content

Commit

Permalink
actions: Remove useless "ls" call
Browse files Browse the repository at this point in the history
  • Loading branch information
iscle committed Mar 13, 2024
1 parent 3145edc commit 175f854
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
run: |
for abi in armeabi-v7a arm64-v8a x86 x86_64; do
mkdir -p module/common/files
ls .
cp libv4a_re_$abi/libv4a_re.so module/common/files/libv4a_re_$abi.so
done
Expand Down

0 comments on commit 175f854

Please sign in to comment.