don't install boost if no_boost flag is set

release/4.3a0
Varun Agrawal 2025-01-20 10:27:11 -05:00
parent c2ee7ff122
commit 5ce332764c
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ jobs:
fi fi
- name: Install Boost - name: Install Boost
if: runner.os == 'Linux' if: runner.os == 'Linux' && matrix.flag != 'no_boost'
run: | run: |
sudo apt-get -y install libboost-all-dev sudo apt-get -y install libboost-all-dev