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 15, 2022
1 parent 3b3d41b commit 28d55aa
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 28d55aa

Please sign in to comment.