We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ebd771 commit d220719Copy full SHA for d220719
build/ci/setup.yml
@@ -1,3 +1,7 @@
1
steps:
2
- checkout: self
3
- submodules: true
+ persistCredentials: true
4
+
5
+ - script: |
6
+ git submodule update --init -- extern/catchorg/Catch2
7
+ displayName: 'Submodules'
0 commit comments