Skip to content

Commit b74c173

Browse files
committed
ci: no sudo
1 parent 061a60e commit b74c173

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
# when building the monorepo we hit the memory limit, so need to setup a swap space
2525
- name: setup swap Space
2626
run: |
27-
sudo fallocate -l 32G /swapfile
28-
sudo chmod 600 /swapfile
29-
sudo mkswap /swapfile
30-
sudo swapon /swapfile
27+
fallocate -l 32G /swapfile
28+
chmod 600 /swapfile
29+
mkswap /swapfile
30+
swapon /swapfile
3131
free -h
3232
- name: install build tools
3333
run: |

0 commit comments

Comments
 (0)