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 27, 2024
1 parent 8e4c8dd commit 3ca290c
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 @@ -165,6 +165,7 @@ jobs:
- name: Build Cache
run: |
pre=$([[ "${{ inputs.build-type }}" != "Debug" ]] && echo "-o sisl:prerelease=${{ inputs.prerelease }}" || echo "")
sudo rm -rf $ANDROID_HOME
conan install \
-c tools.build:skip_test=True \
${pre} \
Expand Down Expand Up @@ -219,7 +220,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 Down

0 comments on commit 3ca290c

Please sign in to comment.