Skip to content

Commit

Permalink
address no-space left
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonYao287 committed Aug 21, 2024
1 parent db6c837 commit 9901d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ jobs:
run: |
sanitize=$([[ "${{ inputs.tooling }}" == "Sanitize" ]] && echo "True" || echo "False")
pre=$([[ "${{ inputs.build-type }}" != "Debug" ]] && echo "-o sisl:prerelease=${{ inputs.prerelease }}" || echo "")
sudo rm -rf /usr/local/lib/android/
conan create \
${pre} \
-o sisl:malloc_impl=${{ inputs.malloc-impl }} \
Expand All @@ -233,6 +232,7 @@ jobs:
- name: Code Coverage Run
run: |
pre=$([[ "${{ inputs.build-type }}" != "Debug" ]] && echo "-o sisl:prerelease=${{ inputs.prerelease }}" || echo "")
sudo rm -rf $ANDROID_HOME
conan install \
${pre} \
-o sisl:malloc_impl=${{ inputs.malloc-impl }} \
Expand Down

0 comments on commit 9901d01

Please sign in to comment.