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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,10 @@ jobs:
65
65
submodules: true
66
66
67
67
- name: Submodule recursive
68
-
run: git submodule update --init --recursive
69
-
68
+
run: |
69
+
git submodule update --init --recursive
70
+
git status
71
+
70
72
# 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.
71
73
- uses: lukka/get-cmake@latest
72
74
# Restore both vcpkg and its artifacts from the GitHub cache service.
0 commit comments