Skip to content

Commit

Permalink
added new action to linux build to increase swap space, to try and fi…
Browse files Browse the repository at this point in the history
…x sonar scanner getting killed
  • Loading branch information
jmacey committed Nov 29, 2024
1 parent 697421d commit a9a4c7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.8'

- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 10

- name : Add System Packages
run : |
sudo apt-get update
Expand Down

0 comments on commit a9a4c7a

Please sign in to comment.