Skip to content

Commit 0576eed

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] [CONFIG] [Github Actions] /usr/local/share/vcpkg/.vcpkg-root: error: Failed to take the filesystem lock
Device or resource busy microsoft/vcpkg#22129 (comment)
1 parent 80a10d1 commit 0576eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
vcpkg integrate install
37-
vcpkg install
37+
vcpkg install --x-wait-for-lock
3838
3939
# yamllint disable rule:line-length
4040
- name: Build

0 commit comments

Comments
 (0)