Skip to content

Commit

Permalink
ci: fix GCC 4.8 missing dir issue
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Aug 23, 2022
1 parent 8475678 commit c7aff0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/azure-build.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c7aff0e

Please sign in to comment.