File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -33,19 +33,17 @@ jobs:
3333 cmake_opts : -DUSE_ASAN=On -DUSE_UBSAN=On -DUSE_BUNDLED_DEPS=False
3434 - name : zig
3535 cmake_opts : -DUSE_BUNDLED_DEPS=True
36- container :
37- image : debian:buster
3836 steps :
3937 - name : Install deps ⛓️
4038 run : |
41- apt update && apt install -y --no-install-recommends curl ca-certificates build-essential git clang llvm pkg-config autoconf automake libtool libelf-dev wget libc-ares-dev libcurl4-openssl-dev libssl-dev libtbb-dev libjq-dev libjsoncpp-dev libgrpc++-dev protobuf-compiler-grpc libgtest-dev libprotobuf-dev linux-headers-${{ matrix.arch }}
39+ sudo apt update && sudo apt install -y --no-install-recommends curl ca-certificates build-essential git clang llvm pkg-config autoconf automake libtool libelf-dev wget libc-ares-dev libcurl4-openssl-dev libssl-dev libtbb-dev libjq-dev libjsoncpp-dev libgrpc++-dev protobuf-compiler-grpc libgtest-dev libprotobuf-dev linux-headers-$(uname -r)
4240
4341 - name : Install a recent version of CMake ⛓️
4442 run : |
4543 curl -L -o /tmp/cmake.tar.gz https://github.com/Kitware/CMake/releases/download/v3.22.5/cmake-3.22.5-linux-$(uname -m).tar.gz
4644 gzip -d /tmp/cmake.tar.gz
4745 tar -xpf /tmp/cmake.tar --directory=/tmp
48- cp -R /tmp/cmake-3.22.5-linux-$(uname -m)/* /usr
46+ sudo cp -R /tmp/cmake-3.22.5-linux-$(uname -m)/* /usr
4947 rm -rf /tmp/cmake-3.22.5-linux-$(uname -m)/
5048
5149 - name : Checkout Libs ⤵️
5553
5654 - name : Install deps ⛓️
5755 run : |
58- .github/install-deps.sh
56+ sudo .github/install-deps.sh
5957
6058 - name : Git safe directory
6159 run : |
You can’t perform that action at this time.
0 commit comments