added 10G swap
This commit is contained in:
parent
1ff00c5ccf
commit
ddacc134b8
6
.github/workflows/why2-test.yml
vendored
6
.github/workflows/why2-test.yml
vendored
@ -74,6 +74,12 @@ jobs:
|
||||
sudo apt update
|
||||
sudo apt upgrade
|
||||
|
||||
- if: matrix.os == 'ubuntu-latest'
|
||||
name: Setup SWAP
|
||||
uses: pierotofy/set-swap-space@master
|
||||
with:
|
||||
swap-size-gb: 10
|
||||
|
||||
- name: Permissions
|
||||
run: |
|
||||
chmod +x ${{ matrix.configure }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user