mirror of
https://github.com/fmtlib/fmt.git
synced 2025-02-21 12:40:50 +00:00
Update CI config
This commit is contained in:
parent
867b15d77c
commit
fe61b8c630
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -16,12 +16,12 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Create Build Environment
|
||||
env:
|
||||
CXX: ${{matrix.cxx}}
|
||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||
|
||||
- name: Configure CMake
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
env:
|
||||
CXX: ${{matrix.cxx}}
|
||||
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
|
||||
|
||||
- name: Build
|
||||
|
Loading…
x
Reference in New Issue
Block a user