moved the swap into right place
I'm just dumb lol
This commit is contained in:
parent
ddacc134b8
commit
62fa9739e6
12
.github/workflows/why2-test.yml
vendored
12
.github/workflows/why2-test.yml
vendored
@ -31,6 +31,12 @@ jobs:
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt upgrade
|
sudo apt upgrade
|
||||||
|
|
||||||
|
- if: matrix.os == 'ubuntu-latest'
|
||||||
|
name: Setup SWAP
|
||||||
|
uses: pierotofy/set-swap-space@master
|
||||||
|
with:
|
||||||
|
swap-size-gb: 10
|
||||||
|
|
||||||
- name: Permissions
|
- name: Permissions
|
||||||
run: |
|
run: |
|
||||||
chmod +x ${{ matrix.configure }}
|
chmod +x ${{ matrix.configure }}
|
||||||
@ -74,12 +80,6 @@ jobs:
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt upgrade
|
sudo apt upgrade
|
||||||
|
|
||||||
- if: matrix.os == 'ubuntu-latest'
|
|
||||||
name: Setup SWAP
|
|
||||||
uses: pierotofy/set-swap-space@master
|
|
||||||
with:
|
|
||||||
swap-size-gb: 10
|
|
||||||
|
|
||||||
- name: Permissions
|
- name: Permissions
|
||||||
run: |
|
run: |
|
||||||
chmod +x ${{ matrix.configure }}
|
chmod +x ${{ matrix.configure }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user