Merge pull request #1714 from talregev/TalR/remove_swap

release/4.3a0
Varun Agrawal 2024-01-17 09:52:54 -05:00 committed by GitHub
commit 448132af27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -145,12 +145,6 @@ jobs:
echo "GTSAM_WITH_TBB=ON" >> $GITHUB_ENV
echo "GTSAM Uses TBB"
- name: Set Swap Space (Linux)
if: runner.os == 'Linux'
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 6
- name: Install System Dependencies (Linux, macOS)
if: runner.os != 'Windows'
run: |