Skip to content

Commit bd66322

Browse files
committed
fixup! blörp
1 parent f06f713 commit bd66322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
Clang-9:
14-
CC: clang-9
15-
CXX: clang++-9
14+
CC: gcc-9
15+
CXX: g++-9
1616

1717
steps:
1818
- task: 'UsePythonVersion@0'
@@ -96,7 +96,7 @@ jobs:
9696
displayName: 'Install Build Deps'
9797
- script: |
9898
mkdir build && cd build
99-
py ../scripts/install-deps.py
99+
../scripts/install-deps.py
100100
cmake .. -G Ninja
101101
displayName: 'Configure'
102102
- script: |

0 commit comments

Comments
 (0)