Skip to content

Commit

Permalink
Don't use the action.
Browse files Browse the repository at this point in the history
  • Loading branch information
adalisk-emikhaylov committed Sep 19, 2024
1 parent c114ec8 commit 16eba6f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,10 @@ jobs:
run: ./scripts/mrbind/install_mrbind_windows_msys2.bat

- name: Generate and build MRBind bindings
uses: ilammy/msvc-dev-cmd@v1
run: ./scripts/mrbind/generate_win.bat -B PACKAGE_NAME=meshlib
shell: cmd
run: |
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\vsdevcmd" -arch=amd64
./scripts/mrbind/generate_win.bat -B PACKAGE_NAME=meshlib
- name: Run Test
working-directory: source\x64\Release
Expand Down

0 comments on commit 16eba6f

Please sign in to comment.