Skip to content

Commit

Permalink
push.yml: add kitware repository
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyG committed Oct 5, 2023
1 parent 1906ccf commit e91dc38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
echo "::group:: deps"
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-add-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-16 main"
sudo apt-add-repository "deb https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main"
sudo apt-get update -y
sudo apt-get install -y \
gcc-11 \
Expand Down

0 comments on commit e91dc38

Please sign in to comment.