Skip to content

Commit

Permalink
ci: get llvm keys differently
Browse files Browse the repository at this point in the history
  • Loading branch information
iameli committed Aug 21, 2023
1 parent 1699fa1 commit b16c34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
apt-get update \
&& apt-get install -y software-properties-common curl apt-transport-https \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv 15CF4D18AF4F7421 \
&& curl -fsSl https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \
&& add-apt-repository "deb [arch=amd64] http://apt.llvm.org/xenial/ llvm-toolchain-xenial-12 main" \
&& apt-get update \
&& apt-get -y install clang-12 clang-tools-12 lld-12 build-essential pkg-config autoconf git python gcc-multilib libgcc-8-dev-arm64-cross mingw-w64-tools gcc-mingw-w64-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
apt-get update \
&& apt-get install -yqq software-properties-common curl apt-transport-https \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv 15CF4D18AF4F7421 \
&& curl -fsSl https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \
&& add-apt-repository "deb [arch=amd64] http://apt.llvm.org/xenial/ llvm-toolchain-xenial-8 main" \
&& apt-get update \
&& apt-get -yqq install clang-8 clang-tools-8 build-essential pkg-config autoconf git python
Expand Down

0 comments on commit b16c34b

Please sign in to comment.