Test against gcc-12

This commit is contained in:
Jelle Spijker 2022-08-09 11:42:18 +02:00 committed by GitHub
parent 4724b25f53
commit 56e5bab174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@ jobs:
- name: Install GCC-12
if: ${{ matrix.os == 'ubuntu-22.04' }}
run: |
if ! command -v <the_command> &> /dev/null
if ! command -v gcc-12 &> /dev/null
then
git clone --branch releases/gcc-12 https://gcc.gnu.org/git/gcc.git gcc-source
./gcc-source/contrib/download_prerequisites