John Titor 2025-01-05 23:24:40 +05:30
parent 538b8b43e2
commit 9ccdc413e4
No known key found for this signature in database
GPG key ID: 29B0514F4E3C1CC0

View file

@ -85,6 +85,13 @@ jobs:
matrix: matrix:
system: ${{ fromJSON(needs.attrs.outputs.systems) }} system: ${{ fromJSON(needs.attrs.outputs.systems) }}
steps: steps:
- name: Enable swap
run: |
sudo fallocate -l 10G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
- name: Download the list of all attributes - name: Download the list of all attributes
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with: with: