Skip to content

Commit

Permalink
fix: sign key for llvm-13
Browse files Browse the repository at this point in the history
  • Loading branch information
emil916 committed May 29, 2024
1 parent fce0ab1 commit 7a2692d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
- uses: actions/checkout@v2
- name: Clang Format
run: |
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-$CLANG_FORMAT_VERSION main"
sudo apt update
wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | sudo tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-$CLANG_FORMAT_VERSION main"
sudo apt update
sudo apt install clang-format-$CLANG_FORMAT_VERSION --yes
Expand Down

0 comments on commit 7a2692d

Please sign in to comment.