Skip to content

Commit

Permalink
following this comment #496 (comment)
Browse files Browse the repository at this point in the history
Improve MSYS2 setup in GitHub Actions workflow

- Replace 'make' with 'base-devel' group in package installation
- This change provides a more comprehensive set of development tools,
  including make and other essential utilities for building
  • Loading branch information
Foadsf committed Jul 16, 2024
1 parent 8b0e6b6 commit 712d123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
mingw-w64-x86_64-cmake
mingw-w64-x86_64-openblas
mingw-w64-x86_64-parmetis
make
base-devel
- name: Configure
run: |
Expand Down

0 comments on commit 712d123

Please sign in to comment.