Skip to content

Commit

Permalink
Set prefix to /usr
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Mar 7, 2025
1 parent 5fc8d9a commit c99f4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
cd boost
wget -qO - https://github.com/boostorg/boost/releases/download/boost-${{ env.boost_version }}/boost-${{ env.boost_version }}-b2-nodocs.tar.gz | tar zxf -
cd boost-${{ env.boost_version }}
./bootstrap.sh
./bootstrap.sh --prefix=/usr
./b2 -j4 stage
sudo ./b2 install
Expand Down

0 comments on commit c99f4f0

Please sign in to comment.