We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235f6c6 commit 3100a04Copy full SHA for 3100a04
.github/workflows/release_gh.yaml
@@ -75,7 +75,7 @@ jobs:
75
with:
76
ref: ${{ inputs.sha }}
77
- name: 'Update the content of platform/shared/.sdk_version'
78
- run: echo "${{ inputs.version }}" > platform/shared/.sdk_version
+ run: echo -n "${{ inputs.version }}" > platform/shared/.sdk_version
79
- name: Install Clang
80
run: sudo apt-get install -y clang
81
- name: Build AAR + artifacts
0 commit comments