Merge pull request #1250 from borglab/fix/ci-python-swapspace

Fix Python CI: More swap space
release/4.3a0
Varun Agrawal 2022-07-20 20:55:13 -04:00 committed by GitHub
commit e5c47b38ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -112,6 +112,11 @@ jobs:
run: |
echo "GTSAM_WITH_TBB=ON" >> $GITHUB_ENV
echo "GTSAM Uses TBB"
- name: Set Swap Space
if: runner.os == 'Linux'
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 6
- name: Build (Linux)
if: runner.os == 'Linux'
run: |