summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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 ===";