We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b3cfd commit 97b702eCopy full SHA for 97b702e
.github/workflows/ci-conan.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Run conan
75
run: |
76
${{ matrix.container && 'sudo -u test-user' }} git config --global --add safe.directory `pwd`
77
- ${{ matrix.container && 'sudo -u test-user' }} conan create . --udpate --build=missing -s:a compiler.cppstd=17 -pr:b=default ${{matrix.conanflags}}
+ ${{ matrix.container && 'sudo -u test-user' }} conan create . --update --build=missing -s:a compiler.cppstd=17 -pr:b=default ${{matrix.conanflags}}
78
79
- name: Install test dependencies
80
if: matrix.os == 'ubuntu-22.04'
0 commit comments