Disabled gpg checks for llvm repository

This commit is contained in:
Bartek Kryza
2021-09-02 22:42:32 +02:00
parent 4f93b89c9f
commit ca0e7d6de1

View File

@@ -13,7 +13,7 @@ jobs:
- name: Install add-apt-repository - name: Install add-apt-repository
run: sudo apt-get install software-properties-common run: sudo apt-get install software-properties-common
- name: Add llvm repository - name: Add llvm repository
run: sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main' && sudo apt update run: sudo add-apt-repository 'deb [trusted=yes] http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main' && sudo apt update
- name: Install deps - name: Install deps
run: sudo apt-get install ccache cmake libyaml-cpp-dev libfmt-dev libspdlog-dev clang-12 libclang-12-dev libclang-cpp12-dev run: sudo apt-get install ccache cmake libyaml-cpp-dev libfmt-dev libspdlog-dev clang-12 libclang-12-dev libclang-cpp12-dev
- name: Build and unit test - name: Build and unit test