mirror of
https://github.com/pdewacht/brlaser
synced 2024-12-26 15:38:20 +01:00
Github actions: Remove obsolete compilers
This commit is contained in:
parent
48976ab82c
commit
e52db5ba46
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
compiler: [ clang++, gcc++, gcc-9++, gcc-10++ ]
|
compiler: [ clang++, gcc++ ]
|
||||||
steps:
|
steps:
|
||||||
- name: Add repository
|
- name: Add repository
|
||||||
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
|
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
|
||||||
|
Loading…
Reference in New Issue
Block a user