Skip to content

Commit

Permalink
fix: newline was necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Ruiz committed Feb 14, 2025
1 parent fe5365e commit 86254d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-android-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
if: steps.cache-base-app.outputs.cache-hit != 'true'
run: |
cd MASTestApp-Android
echo "org.gradle.caching=true" >> gradle.properties
echo "org.gradle.configuration-cache=true" >> gradle.properties
echo -en "\norg.gradle.caching=true\norg.gradle.configuration-cache=true\n" >> gradle.properties
./gradlew assembleDebug --stacktrace || (
echo "Build failed"
exit 1
Expand Down

0 comments on commit 86254d2

Please sign in to comment.