Fix conan on macos in CI (#1283)

This commit is contained in:
Sergey Kuznetsov
2024-03-20 15:39:19 +00:00
committed by GitHub
parent d9362311ca
commit 27db183aff

View File

@@ -12,9 +12,7 @@ runs:
shell: bash
run: |
brew install llvm@14 pkg-config ninja bison cmake ccache jq gh conan@1
if ! command -v conan &> /dev/null; then
echo "/opt/homebrew/opt/conan@1/bin" >> $GITHUB_PATH
fi
echo "/opt/homebrew/opt/conan@1/bin" >> $GITHUB_PATH
- name: Fix git permissions on Linux
if: ${{ runner.os == 'Linux' }}