Skip to content

Commit 5b82983

Browse files
committed
df
1 parent 1b1bdec commit 5b82983

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/scripts/prebuild.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
set -e
1515

16+
df -h
17+
1618
if [[ $(uname) == Darwin ]] ; then
1719
if [[ "$INSTALL_CMAKE" == "1" ]] ; then
1820
mkdir -p "$RUNNER_TOOL_CACHE"

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.3\"}, {\"xcode_version\": \"16.4\"}]"
2929
macos_build_command: 'swift build --build-tests'
3030
enable_android_sdk_build: true
31-
android_sdk_build_command: "swift build --build-tests"
31+
android_sdk_build_command: "swift build --build-tests || df -h"
3232
android_ndk_versions: '["r27d", "r29"]'
3333
android_sdk_triples: '["aarch64-unknown-linux-android28"]'
3434

0 commit comments

Comments
 (0)