Skip to content

Commit

Permalink
stop using system boost
Browse files Browse the repository at this point in the history
  • Loading branch information
BoPeng committed Mar 29, 2024
1 parent f7708a9 commit d9d04df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install boost
run: |
sudo apt-get install libboost1.74-all-dev
ln -s /usr/include/boost/ ./boost_1_74_0
# - name: Install boost
# run: |
# sudo apt-get install libboost1.74-all-dev
# ln -s /usr/include/boost/ ./boost_1_74_0
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d9d04df

Please sign in to comment.