We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b436b2a commit 1cf31cbCopy full SHA for 1cf31cb
1 file changed
.github/workflows/build.yml
@@ -12,4 +12,4 @@ jobs:
12
- name: Detect profile
13
run: conan profile detect --force
14
- name: Install packages
15
- run: conan install . --output-folder=build -c tools.system.package_manager:mode=install --build=missing
+ run: sudo conan install . --output-folder=build -c tools.system.package_manager:mode=install --build=missing
0 commit comments