Skip to content

Commit

Permalink
sudo boost installation
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Apr 19, 2024
1 parent 78d828f commit be772a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
tar -xf boost_1_84_0.tar.gz
cd boost_1_84_0
./bootstrap.sh
./b2 cxxflags=-m32 --with-serialization --with-test --with-timer install -j4
sudo ./b2 cxxflags=-m32 --with-serialization --with-test --with-timer install -j4
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_CXX_FLAGS="-m32"
Expand Down

0 comments on commit be772a1

Please sign in to comment.