File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 3333 run : |
3434 apt --quiet update --yes
3535 apt --quiet install --yes build-essential cmake git curl zip unzip tar
36+ - name : git clone
37+ uses : myci-actions/checkout@main
38+ with :
39+ submodules : true # non-recursive, no remote
3640 - name : install vcpkg
3741 run : |
3842 git clone https://github.com/microsoft/vcpkg.git vcpkg-installation
4347 - name : add VCPKG_ROOT to PATH
4448 uses : myci-actions/export-env-var@main
4549 with : {name: PATH, value: "$PATH:$VCPKG_ROOT"}
46- - name : git clone
47- uses : myci-actions/checkout@main
48- with :
49- submodules : true # non-recursive, no remote
5050 - name : generate cmake build files
5151 run : |
5252 ls $VCPKG_ROOT
7272 rm -rf /usr/local/bin/python3-config
7373 rm -rf /usr/local/bin/python3*
7474 rm -rf /usr/local/bin/python3*-config
75+ - name : git clone
76+ uses : myci-actions/checkout@main
77+ with :
78+ submodules : true # non-recursive, no remote
7579 - name : install vcpkg
7680 run : |
7781 git clone https://github.com/microsoft/vcpkg.git vcpkg-installation
8286 - name : add VCPKG_ROOT to PATH
8387 uses : myci-actions/export-env-var@main
8488 with : {name: PATH, value: "$PATH:$VCPKG_ROOT"}
85- - name : git clone
86- uses : myci-actions/checkout@main
87- with :
88- submodules : true # non-recursive, no remote
8989 - name : install ci tools
9090 run : brew install cmake
9191 - name : generate cmake build files
You can’t perform that action at this time.
0 commit comments