File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.github/actions/prepare_vm Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ runs:
37
37
cmake -DCMAKE_BUILD_TYPE=Release ..
38
38
sudo cmake --build . --config Release --target install
39
39
cd ../../
40
- wget -O jwt-cpp-0.7 .0.tar.gz https://github.com/Thalhammer/jwt-cpp/archive/refs/tags/v0.7 .0.tar.gz
41
- tar -xvzf jwt-cpp-0.7 .0.tar.gz && cd jwt-cpp-0.7 .0
40
+ wget -O jwt-cpp-0.4 .0.tar.gz https://github.com/Thalhammer/jwt-cpp/archive/refs/tags/v0.4 .0.tar.gz
41
+ tar -xvzf jwt-cpp-0.4 .0.tar.gz && cd jwt-cpp-0.4 .0
42
42
mkdir build && cd build
43
43
cmake -DCMAKE_BUILD_TYPE=Release ..
44
44
sudo cmake --build . --config Release --target install
45
45
cd ../../
46
46
(V=4.8.1; curl -L https://github.com/ccache/ccache/releases/download/v${V}/ccache-${V}-linux-x86_64.tar.xz | \
47
47
sudo tar -xJ -C /usr/local/bin/ --strip-components=1 --no-same-owner ccache-${V}-linux-x86_64/ccache)
48
- sudo rm -rf llvm.sh libiconv-1.15.tar.gz base64-0.5.2.tar.gz brotli-1.1.0.tar.gz jwt-cpp-0.7 .0.tar.gz \
49
- libiconv-1.15 base64-0.5.2 brotli-1.1.0 jwt-cpp-0.7 .0
48
+ sudo rm -rf llvm.sh libiconv-1.15.tar.gz base64-0.5.2.tar.gz brotli-1.1.0.tar.gz jwt-cpp-0.4 .0.tar.gz \
49
+ libiconv-1.15 base64-0.5.2 brotli-1.1.0 jwt-cpp-0.4 .0
You can’t perform that action at this time.
0 commit comments