Skip to content

Commit

Permalink
Update pip-build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Karapetyan <grant.karapetyan@meshinspector.com>
  • Loading branch information
Grantim authored Nov 18, 2024
1 parent 5b0abbe commit d37117e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,16 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: clang64
install: make mingw-w64-clang-x86_64-clang mingw-w64-clang-x86_64-clang-tools-extra mingw-w64-clang-x86_64-cmake
install: make gawk
location: C:\msys64_meshlib_mrbind

- name: Install Clang in MSYS2
shell: msys2 {0}
run: |
./scripts/mrbind/msys2_install_clang_ver.sh $(cat scripts/mrbind/clang_version_msys2.txt)
# Install additional packages. Must do it here, since the script above would uninstall them.
pacman -S --needed --noconfirm $MINGW_PACKAGE_PREFIX-cmake
- name: Build MRBind
shell: cmd
env:
Expand Down

0 comments on commit d37117e

Please sign in to comment.