Skip to content

Commit

Permalink
metting swap-space action
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorLYJ committed Jan 7, 2025
1 parent c314bec commit ba5521c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@ jobs:
CC: ${{ steps.install_cc.outputs.cc }}
run: |
make distclean && make ENABLE_GDBSTUB=1 gdbstub-test -j$(nproc)
- name: JIT test
- name: Set swap space
uses: get-bridge/swap-space-action@v1
with:
swap-size-mb: 8192
- name: JIT test
env:
CC: ${{ steps.install_cc.outputs.cc }}
run: |
Expand Down

0 comments on commit ba5521c

Please sign in to comment.