Skip to content

Commit

Permalink
ci(check): only set swap on Linux
Browse files Browse the repository at this point in the history
by some reason the `free` command disappeared from Mac runners

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Jul 18, 2023
1 parent 85919ad commit 2cc3071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
name: rvolosatovs
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Set Swap Space
if: ${{ runner.os == 'Linux' }}
uses: pierotofy/set-swap-space@v1.0
with:
swap-size-gb: 10
Expand Down

0 comments on commit 2cc3071

Please sign in to comment.