Skip to content

Commit

Permalink
[BUGFIX] [CONFIG] [Github Actions] /usr/local/share/vcpkg/.vcpkg-root…
Browse files Browse the repository at this point in the history
…: error: 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 2c291f6 commit 1524be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
vcpkg integrate install
vcpkg install
vcpkg install --x-wait-for-lock
# yamllint disable rule:line-length
- name: Build
Expand Down

0 comments on commit 1524be6

Please sign in to comment.