You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-deploy.yml
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,6 @@ jobs:
67
67
- name: Submodule recursive
68
68
run: git submodule update --init --recursive
69
69
70
-
- name: Update vcpkg
71
-
run: |
72
-
cd ${{ env.VCPKG_ROOT }}
73
-
git checkout master
74
-
75
70
# Setup the build machine with the most recent versions of CMake and Ninja. Both are cached if not already: on subsequent runs both will be quickly restored from GitHub cache service.
76
71
- uses: lukka/get-cmake@latest
77
72
# Restore both vcpkg and its artifacts from the GitHub cache service.
Copy file name to clipboardExpand all lines: .github/workflows/deploy-docs.yml
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,6 @@ jobs:
40
40
- name: Submodule recursive
41
41
run: git submodule update --init --recursive
42
42
43
-
- name: Update vcpkg
44
-
run: |
45
-
cd ${{ env.VCPKG_ROOT }}
46
-
git checkout master
47
-
48
43
# Setup the build machine with the most recent versions of CMake and Ninja. Both are cached if not already: on subsequent runs both will be quickly restored from GitHub cache service.
49
44
- uses: lukka/get-cmake@latest
50
45
# Restore both vcpkg and its artifacts from the GitHub cache service.
Copy file name to clipboardExpand all lines: .github/workflows/quick-test.yml
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -45,11 +45,6 @@ jobs:
45
45
- name: Submodule recursive
46
46
run: git submodule update --init --recursive
47
47
48
-
- name: Update vcpkg
49
-
run: |
50
-
cd ${{ env.VCPKG_ROOT }}
51
-
git checkout master
52
-
53
48
# Setup the build machine with the most recent versions of CMake and Ninja. Both are cached if not already: on subsequent runs both will be quickly restored from GitHub cache service.
54
49
- uses: lukka/get-cmake@latest
55
50
# Restore both vcpkg and its artifacts from the GitHub cache service.
0 commit comments