File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 container : ${{ matrix.os == 'linux' && 'debian:11' || null }}
4848
4949 steps :
50+ - name : Install git
51+ if : matrix.os == 'linux'
52+ run : |
53+ apt-get update
54+ apt-get install -y git
55+
5056 - name : Checkout code
5157 uses : actions/checkout@v4
5258 with :
@@ -57,13 +63,13 @@ jobs:
5763 run : |
5864 dpkg --add-architecture i386
5965 apt-get update
60- apt-get install -y build-essential gcc-multilib g++-multilib cmake ninja-build curl zip unzip tar git pkg-config
66+ apt-get install -y build-essential gcc-multilib g++-multilib cmake ninja-build curl zip unzip tar pkg-config
6167
6268 - name : Install Linux dependencies (64-bit)
6369 if : matrix.os == 'linux' && matrix.arch == 'x64'
6470 run : |
6571 apt-get update
66- apt-get install -y build-essential cmake ninja-build curl zip unzip tar git pkg-config
72+ apt-get install -y build-essential cmake ninja-build curl zip unzip tar pkg-config
6773
6874 - name : Setup vcpkg cache (Linux)
6975 if : matrix.os == 'linux'
You can’t perform that action at this time.
0 commit comments