Skip to content

Commit

Permalink
Fix CI build for changes in build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Apr 2, 2021
1 parent 12bf1e1 commit db2db14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-10 main"
sudo apt-get update
sudo apt-get install -y g++-10 clang++-10 clang-tidy-10
sudo apt-get install -y g++-10 g++-8 clang++-10 clang-tidy-10
- name: Build
run: |
export PATH="$HOME/.local/bin:$PATH"
Expand Down

0 comments on commit db2db14

Please sign in to comment.