Allow unauthenticated llvm apt update
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -13,9 +13,9 @@ jobs:
|
||||
- name: Install add-apt-repository
|
||||
run: sudo apt-get install software-properties-common
|
||||
- name: Add llvm repository
|
||||
run: sudo add-apt-repository 'deb [trusted=yes] 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 --allow-unauthenticated
|
||||
- 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 install ccache cmake libyaml-cpp-dev libfmt-dev libspdlog-dev clang-12 libclang-12-dev libclang-cpp12-dev
|
||||
- name: Build and unit test
|
||||
run: |
|
||||
make debug
|
||||
|
||||
Reference in New Issue
Block a user