removed the github ci swap step

This commit is contained in:
Václav Šmejkal 2022-05-13 17:58:34 +02:00
parent 471c676af2
commit d070efe75c

View File

@ -31,12 +31,6 @@ 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 }}