mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-27 06:35:37 +00:00
Update CI config
This commit is contained in:
parent
95077d60c9
commit
98cb9f9931
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@ -16,8 +16,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
run: |
|
||||||
run: apt install ${{matrix.cxx}}
|
cmake -E make_directory ${{runner.workspace}}/build
|
||||||
|
apt install ${{matrix.cxx}}
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user