Skip to content

Commit ad9bc4a

Browse files
committed
use boost 1.77
1 parent 62b2276 commit ad9bc4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
5252
- name: Install Boost
5353
run: |
54-
wget https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2
55-
tar xf boost_1_76_0.tar.bz2
56-
cd boost_1_76_0
54+
wget https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.tar.bz2
55+
tar xf boost_1_77_0.tar.bz2
56+
cd boost_1_77_0
5757
./bootstrap.sh
5858
sudo ./b2 toolset=${{ matrix.toolset }} -j $(nproc) install
5959

0 commit comments

Comments
 (0)