diff options
-rw-r--r-- | .github/workflows/build_cmake.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index bf41533..6f1e0f2 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -132,9 +132,9 @@ jobs: run: sudo apt-get install ghostscript if: matrix.config.os == 'ubuntu-latest' - - name: Install Ghostscript (Windows) - run: choco install ghostscript - if: matrix.config.os == 'windows-latest' +# - name: Install Ghostscript (Windows) +# run: choco install ghostscript +# if: matrix.config.os == 'windows-latest' - name: Install xmllint (Linux) run: sudo apt-get install libxml2-utils @@ -255,4 +255,4 @@ jobs: if (NOT result EQUAL 0) message(FATAL_ERROR "Bad exit status") endif() -# if: matrix.config.os != 'windows-latest' + if: matrix.config.os != 'windows-latest' |