Skip to content

Commit d0fdebb

Browse files
committed
fix(ci): local act runner failing
1 parent 1e9f9fb commit d0fdebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- uses: actions/checkout@v4
9797

9898
- name: Set Swap Space
99-
if: ${{ !endsWith(matrix.system, 'darwin') }}
99+
if: ${{ !endsWith(matrix.system, 'darwin') || !github.event.act }}
100100
uses: pierotofy/set-swap-space@master
101101
with:
102102
swap-size-gb: 12

0 commit comments

Comments
 (0)