We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c314bec commit ba5521cCopy full SHA for ba5521c
.github/workflows/main.yml
@@ -104,10 +104,11 @@ jobs:
104
CC: ${{ steps.install_cc.outputs.cc }}
105
run: |
106
make distclean && make ENABLE_GDBSTUB=1 gdbstub-test -j$(nproc)
107
- - name: JIT test
+ - name: Set swap space
108
uses: get-bridge/swap-space-action@v1
109
with:
110
swap-size-mb: 8192
111
+ - name: JIT test
112
env:
113
114
0 commit comments