File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
32
32
- name : Install dependencies
33
33
run : |
34
- vcpkg integrate install
35
- vcpkg install
34
+ vcpkg --x-wait-for-lock integrate install
35
+ vcpkg --x-wait-for-lock install
36
36
37
37
# yamllint disable rule:line-length
38
38
- name : Build
Original file line number Diff line number Diff line change 33
33
34
34
- name : Install dependencies
35
35
run : |
36
- vcpkg integrate install
37
- vcpkg install
36
+ vcpkg --x-wait-for-lock integrate install
37
+ vcpkg --x-wait-for-lock install
38
38
39
39
# yamllint disable rule:line-length
40
40
- name : Build
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ COPY ./CMakePresets.json ${WORKDIR}/CMakePresets.json
36
36
COPY ./Makefile ${WORKDIR}/
37
37
38
38
# dependencies
39
- RUN vcpkg integrate install && \
40
- vcpkg install
39
+ RUN vcpkg --x-wait-for-lock integrate install && \
40
+ vcpkg --x-wait-for-lock install
41
41
42
42
LABEL vcpkg=enabled
43
43
You can’t perform that action at this time.
0 commit comments