Skip to content

Commit 030a04b

Browse files
committed
念のためディスクの空き容量をチェック
1 parent 243aa7f commit 030a04b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs :
2828
echo "target = ${{ matrix.with-cppunit }}"
2929
sudo mkdir -p /tools
3030
ls /
31+
df -h
3132
shell : bash
3233

3334
- name : Install CppUnit
@@ -44,4 +45,5 @@ jobs :
4445
if [[ "X${{ matrix.with-cppunit }}Y" != 'XnoY' ]] ; then
4546
ls -lR "${{ steps.install-cppunit.outputs.real-install-dir }}"
4647
fi
48+
df -h
4749
shell : bash

0 commit comments

Comments
 (0)