Skip to content

Commit c7f706f

Browse files
fix: convert to manual way
1 parent b4c62a6 commit c7f706f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_and_test_sdk.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
- name: Set AAPT2 for android 35
5555
run: |
5656
sudo mkdir -p /usr/local/.gradle && \
57-
sudo touch /usr/local/.gradle/gradle.properties && \
58-
sudo echo "android.aapt2FromMavenOverride=/usr/local/lib/android/sdk/build-tools/35.0.0/aapt2" >> /usr/local/.gradle/gradle.properties
57+
echo "android.aapt2FromMavenOverride=/usr/local/lib/android/sdk/build-tools/35.0.0/aapt2" >> /usr/local/.gradle/gradle.properties
5958
6059
- name: Build the SDK
6160
if: always()

0 commit comments

Comments
 (0)