summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-14 18:59:13 (GMT)
committerGitHub <noreply@github.com>2020-12-14 18:59:13 (GMT)
commit0e4886f0124dae430c506eafdbef354c16e78081 (patch)
tree98b42cc882419b60bfbca929af17490c86df3aa9 /.github
parent20dcaeb49e607daaa553cb98589fdf0bb306812c (diff)
downloadDoxygen-0e4886f0124dae430c506eafdbef354c16e78081.zip
Doxygen-0e4886f0124dae430c506eafdbef354c16e78081.tar.gz
Doxygen-0e4886f0124dae430c506eafdbef354c16e78081.tar.bz2
Update build_cmake.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 2aa29e2..8814b53 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -148,10 +148,10 @@ jobs:
choco install winflexbison
if: matrix.config.os == 'windows-latest'
- - name: Install Perl (Windows)
- run:
- choco install activeperl
- if: matrix.config.os == 'windows-latest'
+# - name: Install Perl (Windows)
+# run:
+# choco install activeperl
+# if: matrix.config.os == 'windows-latest'
- name: Setup VS Environment (Windows)
uses: seanmiddleditch/gha-setup-vsdevenv@master
@@ -162,10 +162,9 @@ jobs:
refreshenv
if: matrix.config.os == 'windows-latest'
- - name: Check tools
+ - name: Check tool versions
shell: bash
run: |
- ls "C:/Program Files/MiKTeX/miktex/bin/x64";
echo "=== perl ===";
perl --version;
echo "=== python ===";