Skip to content

Commit 97b702e

Browse files
authored
Update ci-conan.yml
1 parent c6b3cfd commit 97b702e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-conan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Run conan
7575
run: |
7676
${{ 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}}
77+
${{ matrix.container && 'sudo -u test-user' }} conan create . --update --build=missing -s:a compiler.cppstd=17 -pr:b=default ${{matrix.conanflags}}
7878
7979
- name: Install test dependencies
8080
if: matrix.os == 'ubuntu-22.04'

0 commit comments

Comments
 (0)