Skip to content

Commit

Permalink
[ci] Get public key for LLVM in github script.
Browse files Browse the repository at this point in the history
  • Loading branch information
awulkiew committed Oct 12, 2020
1 parent b6a427e commit 169ccae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/minimal-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
- name: Install
run: |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 15CF4D18AF4F7421
sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main"
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt -q -y update
Expand Down

0 comments on commit 169ccae

Please sign in to comment.