Skip to content

Commit 84ac55d

Browse files
committed
ci: check disk space
1 parent b526f12 commit 84ac55d

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- name: generate cmake build files
4343
run: |
4444
cmake build/cmake --preset ${{ matrix.config }}
45+
- name: check disk space
46+
run: df -h
4547
- name: build
4648
run: |
4749
cd build/cmake

repos/ruis

0 commit comments

Comments
 (0)