File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 47
47
- runs-on : ubuntu-24.04
48
48
gcc : 14
49
49
install :
50
+ - runs-on : ubuntu-24.04
51
+ gcc : 15
52
+ install : binutils g++-15 gcc-15 cpp-15
50
53
steps :
51
54
- uses : actions/checkout@v4
52
55
56
+ - name : Add repository "ubuntu-toolchain-r" for GCC 15
57
+ if : " ${{ matrix.gcc == '15' }}"
58
+ run : |
59
+ set -x
60
+ # The repository is at home at https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test .
61
+ # NOTE: plucky is 25.04 (not 24.04 LTS)
62
+ wget -O - 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xc8ec952e2a0e1fbdc5090f6a2c277a0a352154e5' | sudo apt-key add -
63
+ sudo add-apt-repository 'deb https://ppa.launchpadcontent.net/ubuntu-toolchain-r/test/ubuntu plucky main'
64
+
53
65
- name : Install dependencies
54
66
run : |-
55
67
ubuntu_packages=(
You can’t perform that action at this time.
0 commit comments