We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e189a9 commit 1f04c63Copy full SHA for 1f04c63
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -66,6 +66,11 @@ jobs:
66
sudo apt update
67
sudo apt install lcov
68
69
+ - name: Setup
70
+ shell: bash
71
+ working-directory: ${{ github.workspace }}
72
+ run: ./setup.sh --no-vcpkg -n test_ci_project -s ci -y
73
+
74
- name: Cache vcpkg
75
id: cache-vcpkg
76
uses: actions/cache@v3
@@ -83,10 +88,6 @@ jobs:
83
88
./vcpkg/${{ steps.strings.outputs.vcpkg-setup-file }} -disableMetrics
84
89
./vcpkg/vcpkg install
85
90
86
- - name: Setup
87
- shell: bash
- working-directory: ${{ github.workspace }}
- run: ./setup.sh --no-vcpkg -n test_ci_project -s ci -y
91
92
- name: Configure CMake
93
run: >
0 commit comments