mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Update to gcc 9.1
This commit is contained in:
parent
9bf86899f3
commit
33e8c931f1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
|||
command: |
|
||||
apt update -qq
|
||||
apt install -y --no-install-recommends software-properties-common wget gpg-agent
|
||||
apt-add-repository -y ppa:jonathonf/gcc-9.0
|
||||
apt-add-repository -y ppa:jonathonf/gcc-9.1
|
||||
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|apt-key add -
|
||||
apt-add-repository -y "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main"
|
||||
apt update -qq
|
||||
|
|
Loading…
Add table
Reference in a new issue