Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Sep 7, 2023
1 parent 805a486 commit aef7993
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
os: ["windows-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
env:
ANT: "ant"
CPPCHECK_HOME: "/c/Program Files/Cppcheck"
SPOTBUGS_HOME: "${{github.workspace}}/spotbugs-3.1.12"
PYLINT_ENABLED: 1
Expand All @@ -37,8 +36,6 @@ jobs:

- name: Convert environment variables to POSIX paths
run: |
ant -version
ls -l /c/ProgramData/chocolatey/lib/ant/tools/
echo "SPOTBUGS_HOME=/${SPOTBUGS_HOME}" | sed -e 's/\\/\//g' -e 's/://' >> ${GITHUB_ENV}
echo "NU_HTML_VALIDATOR=/${NU_HTML_VALIDATOR}" | sed -e 's/\\/\//g' -e 's/://' >> ${GITHUB_ENV}
echo "JAVA_HOME=/${JAVA_HOME}" | sed -e 's/\\/\//g' -e 's/://' >> ${GITHUB_ENV}
Expand Down Expand Up @@ -66,6 +63,7 @@ jobs:
choco install wget
choco install graphviz
choco install zip
ant -version
shell: bash

- name: Install specific version of C++ static code analysis tool (cppcheck)
Expand Down

0 comments on commit aef7993

Please sign in to comment.