Skip to content

Commit b2e1225

Browse files
fix(CI): Remove duplicated vcpkg cache protector
1 parent 99c8097 commit b2e1225

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tmpl/.github/workflows/cpp-ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
CC: ''
5656
CXX: ''
5757

58-
5958
- name: Build ${{ matrix.triplet }}-${{ matrix.compiler }}-release preset
6059
uses: lukka/run-cmake@v10
6160
with:
@@ -73,12 +72,6 @@ jobs:
7372
shell: bash
7473

7574

76-
- if: ${{ failure() || cancelled() }}
77-
run: |
78-
echo "RUNVCPKG_NO_CACHE=1" >> $GITHUB_ENV
79-
shell: bash
80-
81-
8275
check-format:
8376
name: clang-tidy & clang-format
8477
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)