Update core_build.yml

Workflow Changes
* Fix workflow compiler and default it to clang for now on
This commit is contained in:
Antz 2022-03-24 08:23:51 +00:00 committed by GitHub
parent 5037a80b4b
commit fd0b4535a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,19 +9,19 @@ jobs:
build: build:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
compiler: [gcc, clang] compiler: [gcc, clang]
include: include:
- os: ubuntu-18.04 - os: ubuntu-20.04
name: Ubuntu 18.04 GCC name: Ubuntu 20.04 GCC
compiler: gcc compiler: gcc
- os: ubuntu-18.04 - os: ubuntu-20.04
name: Ubuntu 18.04 Clang name: Ubuntu 20.04 Clang
compiler: clang compiler: clang
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
name: ${{ matrix.name }} name: ${{ matrix.name }}
env: env:
@ -34,7 +34,7 @@ jobs:
- name: Check for Updates - name: Check for Updates
run: sudo apt-get update -y run: sudo apt-get update -y
- name: Install Required Packages - name: Install Required Packages
run: sudo apt-get install -y git make cmake gcc g++ clang libssl-dev libbz2-dev build-essential default-libmysqlclient-dev libace-6.4.5 libace-dev python run: sudo apt-get install -y git make cmake gcc g++ clang libssl-dev libbz2-dev build-essential default-libmysqlclient-dev libace-6.4.5 libace-dev python