Skip to content

Commit

Permalink
Update android-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jul 3, 2024
1 parent 1222570 commit a156f4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
run: |
echo "${{ env.FILES }}" | xargs -n 1 | while read file; do
ls -al $file*
# Remove comment signs and compare the files
diff <(sed 's/^\s*\/\///; s/^\s*<!--//; s/-->\s*$//' "$file") <(sed 's/^\s*\/\///; s/^\s*<!--//; s/-->\s*$//' "$file.lite")
done
Expand Down

0 comments on commit a156f4c

Please sign in to comment.