Additonal swap space required for CI compilation.

This commit is contained in:
Danny Adams 2023-01-20 11:40:39 -05:00
parent 898191f9a9
commit f44607ca73

View File

@ -41,6 +41,13 @@ jobs:
working-directory: src
steps:
- uses: actions/checkout@v3
## increases swap space for msgraph-beta-sdk-go
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 12
# single setup and sum cache handling here.
# the results will cascade onto both testing and linting.
- name: Setup Golang with cache