Skip to content

Commit 89bc4b4

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 2d2654f commit 89bc4b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
3636
- name: Install dependencies
3737
run: |
38-
vcpkg integrate install
39-
vcpkg install
38+
make dependencies
4039
4140
- name: Install sonar-scanner and build-wrapper
4241
uses: sonarsource/sonarcloud-github-c-cpp@v3

0 commit comments

Comments
 (0)