File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : ' ubuntu-latest'
1919 steps :
2020 - uses : actions/checkout@v4
21+ - name : Disk space (start)
22+ run : |
23+ df -h
24+ df -h /nix/store || true
2125 # Workaround for corepack enable in node
2226 # Source: (https://github.com/actions/setup-node/issues/899#issuecomment-1828798029)
2327 - name : devbox installer
4650 with :
4751 xcode-version : ' 26.1.1'
4852 - uses : actions/checkout@v4
53+ - name : Disk space (start)
54+ run : |
55+ df -h
56+ df -h /nix/store || true
4957 - name : CocoaPods cache
5058 uses : actions/cache@v4
5159 with :
@@ -113,6 +121,10 @@ jobs:
113121 uses : jetify-com/devbox-install-action@v0.14.0
114122 with :
115123 enable-cache : ' true'
124+ - name : Disk space (start)
125+ run : |
126+ df -h
127+ df -h /nix/store || true
116128 - name : Gradle cache
117129 uses : actions/cache@v4
118130 with :
You can’t perform that action at this time.
0 commit comments