mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
ci: fix GCC 4.8 missing dir issue
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
steps:
|
||||
# Needed on GCC 4.8 docker image for some reason
|
||||
- script: mkdir build
|
||||
displalyName: "Make build directory"
|
||||
|
||||
- task: CMake@1
|
||||
inputs:
|
||||
cmakeArgs:
|
||||
|
||||
Reference in New Issue
Block a user