File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 steps :
2626 - name : Install ccache
2727 shell : bash
28- run : apt-get update && apt-get install -y ccache
28+ run : sudo apt-get update && sudo apt-get install -y ccache
2929
3030 - name : Restore ccache
3131 uses : actions/cache@v4
Original file line number Diff line number Diff line change 4242 - name : Install dependencies
4343 run : |
4444 apt-get update
45- DEBIAN_FRONTEND=noninteractive apt-get install -y gcc-8 g++-8 ninja-build git git-lfs tar curl tzdata zip unzip pkg-config build-essential python3-dev gdb
45+ DEBIAN_FRONTEND=noninteractive apt-get install -y gcc-8 g++-8 ninja-build git git-lfs tar curl tzdata zip unzip pkg-config build-essential python3-dev gdb sudo
4646 curl -L -O https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.tar.gz
4747 tar -zxvf cmake-3.28.3-linux-x86_64.tar.gz -C /usr/local --strip-components=1
4848 rm cmake-3.28.3-linux-x86_64.tar.gz
You can’t perform that action at this time.
0 commit comments