Skip to content

Commit

Permalink
[BUGFIX] [CONFIG] [Makefile] /usr/local/share/vcpkg/.vcpkg-root: erro…
Browse files Browse the repository at this point in the history
…r: Failed to take the filesystem lock

    Device or resource busy

microsoft/vcpkg#22129 (comment)
  • Loading branch information
Gonzalo Diaz committed Sep 11, 2024
1 parent c593dcc commit ee8ec3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ build: dependencies
cmake --build build --verbose

dependencies:
vcpkg integrate install
vcpkg install
vcpkg --x-wait-for-lock integrate install
vcpkg --x-wait-for-lock install

lint/markdown:
markdownlint '**/*.md' && echo '✔ Your code looks good.'
Expand Down

0 comments on commit ee8ec3c

Please sign in to comment.