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
95077d60c9
commit
98cb9f9931
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@ -16,8 +16,9 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Create Build Environment
|
||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||
run: apt install ${{matrix.cxx}}
|
||||
run: |
|
||||
cmake -E make_directory ${{runner.workspace}}/build
|
||||
apt install ${{matrix.cxx}}
|
||||
|
||||
- name: Configure CMake
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
|
Loading…
Reference in New Issue
Block a user