Skip to content

Commit

Permalink
update Windows CI script
Browse files Browse the repository at this point in the history
The swig installed failed as version 4.1.1 was already installed now.  This is new behavior.  Using an upgrade of swig now, and install of cmake.
  • Loading branch information
schaubh committed Dec 7, 2024
1 parent 45d1fec commit b7e674f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,12 @@ jobs:
uses: crazy-max/ghaction-chocolatey@v3
with:
args: -h
- name: "Install swig and cmake"
- name: "Install swig"
shell: pwsh
run: choco upgrade swig -y
- name: "Install cmake"
shell: pwsh
run: choco install swig cmake -y
run: choco install cmake -y
- name: "Create python virtual env"
shell: pwsh
run: python -m venv venv
Expand Down

0 comments on commit b7e674f

Please sign in to comment.