We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44bb85 commit deae647Copy full SHA for deae647
.github/workflows/full-check.yml
@@ -29,11 +29,8 @@ jobs:
29
if: "${{ matrix.cc == 'gcc-15' }}"
30
run: |
31
set -x
32
- # The repository is at home at https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test .
33
# NOTE: plucky is 25.04 (not 24.04 LTS)
34
- wget -O - 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xc8ec952e2a0e1fbdc5090f6a2c277a0a352154e5' | sudo apt-key add -
35
- sudo add-apt-repository 'deb https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu plucky main'
36
- sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ plucky main'
+ sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ plucky main universe'
37
- name: gcc_15_install
38
39
0 commit comments