|
@@ -238,7 +238,7 @@ jobs:
|
|
|
uses: actions/checkout@v2
|
|
uses: actions/checkout@v2
|
|
|
with: { fetch-depth: 0 }
|
|
with: { fetch-depth: 0 }
|
|
|
- name: Install dependencies
|
|
- name: Install dependencies
|
|
|
- run: do { choco install --no-progress doxygen.install graphviz } until ($?)
|
|
|
|
|
|
|
+ run: do { choco install --no-progress doxygen.install graphviz.portable } until ($?)
|
|
|
- name: CMake
|
|
- name: CMake
|
|
|
run: rake cmake
|
|
run: rake cmake
|
|
|
- name: Build
|
|
- name: Build
|