File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 curl \
5454 -L \
5555 -o "${{ runner.temp }}/boost.tar.bz2" \
56- "https://boostorg.jfrog.io/artifactory/main/release/1.82 .0/source/boost_1_82_0 .tar.bz2"
56+ "https://boostorg.jfrog.io/artifactory/main/release/1.83 .0/source/boost_1_83_0 .tar.bz2"
5757 tar -xf "${{ runner.temp }}/boost.tar.bz2" -C "${{ github.workspace }}/.."
5858 mv "${{ github.workspace }}/.."/boost_* "${{ env.boost_path }}"
5959
Original file line number Diff line number Diff line change 7070 - name : Install boost
7171 run : |
7272 aria2c `
73- "https://boostorg.jfrog.io/artifactory/main/release/1.82 .0/source/boost_1_82_0 .7z" `
73+ "https://boostorg.jfrog.io/artifactory/main/release/1.83 .0/source/boost_1_83_0 .7z" `
7474 -d "${{ runner.temp }}" `
7575 -o "boost.7z"
7676 7z x "${{ runner.temp }}/boost.7z" -o"${{ github.workspace }}/.."
Original file line number Diff line number Diff line change 8383 - ts
8484
8585 - repo : https://github.com/crate-ci/typos
86- rev : v1.15.5
86+ rev : v1.16.4
8787 hooks :
8888 - id : typos
8989 name : Check spelling (typos)
You can’t perform that action at this time.
0 commit comments