[GITHUB] Update LLVM version to 12 and fix indentation

This commit is contained in:
Victor Perevertkin 2021-04-22 13:48:43 +03:00
parent 32428a39ed
commit 246dbd3384
No known key found for this signature in database
GPG key ID: C750B7222E9C7830

View file

@ -66,7 +66,7 @@ jobs:
tar -I zstd -xvf rosbe-ci.tar.zst --directory ${{github.workspace}}/rosbe
- name: Set LLVM version
run: |
echo "LLVM_VERSION=11" >> $GITHUB_ENV
echo "LLVM_VERSION=12" >> $GITHUB_ENV
- name: Install LLVM
run: |
wget https://apt.llvm.org/llvm.sh