Skip to content

Commit

Permalink
CI: get rid of unstable GCC 11 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed May 22, 2021
1 parent f011534 commit e0a0649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Configure LLVM
id: configure_llvm
run: |
sudo apt-get autoremove -y libgcc-11-dev gcc-11 || true
sudo ln -sf /usr/bin/clang-$LLVM_VERSION /usr/bin/clang
sudo ln -sf /usr/bin/ld.lld-$LLVM_VERSION /usr/bin/ld.lld
sudo ln -sf /usr/bin/llvm-ar-$LLVM_VERSION /usr/bin/llvm-ar
Expand Down

0 comments on commit e0a0649

Please sign in to comment.