Skip to content

Commit

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

0 comments on commit c314bec

Please sign in to comment.