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 061a60e commit b74c173Copy full SHA for b74c173
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
- sudo fallocate -l 32G /swapfile
28
- sudo chmod 600 /swapfile
29
- sudo mkswap /swapfile
30
- sudo 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