mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-10 05:10:05 +00:00
Update CI config
This commit is contained in:
parent
98cb9f9931
commit
867b15d77c
8
.github/workflows/linux.yml
vendored
8
.github/workflows/linux.yml
vendored
@ -10,15 +10,15 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
cxx: [g++-4.8, g++-8]
|
||||
cxx: [g++-8, clang++]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Create Build Environment
|
||||
run: |
|
||||
cmake -E make_directory ${{runner.workspace}}/build
|
||||
apt install ${{matrix.cxx}}
|
||||
env:
|
||||
CXX: ${{matrix.cxx}}
|
||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||
|
||||
- name: Configure CMake
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
|
Loading…
Reference in New Issue
Block a user