We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74c173 commit 7e0bd5dCopy full SHA for 7e0bd5d
1 file changed
.github/workflows/ci.yml
@@ -24,10 +24,10 @@ jobs:
24
# when building the monorepo we hit the memory limit, so need to setup a swap space
25
- name: setup swap Space
26
run: |
27
- fallocate -l 32G /swapfile
28
- chmod 600 /swapfile
29
- mkswap /swapfile
30
- swapon /swapfile
+ # fallocate -l 32G /swapfile
+ # chmod 600 /swapfile
+ # mkswap /swapfile
+ # swapon /swapfile
31
free -h
32
- name: install build tools
33
0 commit comments