File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ on: # yamllint disable-line rule:truthy
10
10
11
11
jobs :
12
12
build :
13
- name : Build
13
+ name : SonarCloud build and run sonar-scanner
14
14
runs-on : ubuntu-latest
15
15
env :
16
16
# Directory where build-wrapper output will be placed
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ on: # yamllint disable-line rule:truthy
12
12
13
13
jobs :
14
14
lint :
15
+ name : YAML lint
15
16
runs-on : ubuntu-latest
16
17
steps :
17
18
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ build: dependencies
56
56
cmake --build build --verbose
57
57
58
58
dependencies :
59
- vcpkg integrate install
60
- vcpkg install
59
+ vcpkg --x-wait-for-lock integrate install
60
+ vcpkg --x-wait-for-lock install
61
61
62
62
lint/markdown :
63
63
markdownlint ' **/*.md' && echo ' ✔ Your code looks good.'
You can’t perform that action at this time.
0 commit comments