Skip to content

Commit

Permalink
ci: 12st CI workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipTamb committed Oct 29, 2023
1 parent c30b29d commit 1dfc64b
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,15 +236,25 @@ jobs:
# with:
# command: build
# args: --verbose --all-targets
- if: matrix.os == 'macOS-latest'
name: Free Disk Space (macOS)
run: |
top -l 1 -s 0 | grep PhysMem
sysctl -a | awk '/hw./' && '/mem/'
top -l 1 -s 0 | grep PhysMem

- if: matrix.os == 'ubuntu-latest'
name: Free Disk Space (Ubuntu)

# - if: matrix.os == 'macOS-latest'
# name: Free Disk Space (macOS)
# run: |
# top -l 1 -s 0 | grep PhysMem
# sysctl -a | awk '/hw./' && '/mem/'
# top -l 1 -s 0 | grep PhysMem

# - if: matrix.os == 'ubuntu-latest'
# name: Free Disk Space (Ubuntu)
# uses: jlumbroso/free-disk-space@main
# with:
# # this might remove tools that are actually needed,
# # if set to "true" but frees about 6 GB
# tool-cache: true


- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
Expand Down

0 comments on commit 1dfc64b

Please sign in to comment.