We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b2276 commit ad9bc4aCopy full SHA for ad9bc4a
.github/workflows/linux.yml
@@ -51,9 +51,9 @@ jobs:
51
52
- name: Install Boost
53
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
+ wget https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.tar.bz2
+ tar xf boost_1_77_0.tar.bz2
+ cd boost_1_77_0
57
./bootstrap.sh
58
sudo ./b2 toolset=${{ matrix.toolset }} -j $(nproc) install
59
0 commit comments