Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
- add libxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
mizar committed May 16, 2021
1 parent 285d820 commit c415c52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
C:\msys64\usr\bin\bash.exe -lc 'pacman --needed --noconfirm -Syuu'
C:\msys64\usr\bin\bash.exe -lc 'pacman --needed --noconfirm -Syuu'
C:\msys64\usr\bin\bash.exe -lc 'pacman --needed --noconfirm -Syuu pactoys-git'
C:\msys64\usr\bin\bash.exe -lc 'pacboy --needed --noconfirm -Sy clang:m openblas:x openmp:x toolchain:m base-devel:'
C:\msys64\usr\bin\bash.exe -lc 'pacboy --needed --noconfirm -Sy clang:m libxml2:m openblas:x openmp:x toolchain:m base-devel:'
$ErrorActionPreference = 'Stop'
- name: make
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
C:\msys64\usr\bin\bash.exe -lc 'pacman --needed --noconfirm -Syuu'
C:\msys64\usr\bin\bash.exe -lc 'pacman --needed --noconfirm -Syuu'
C:\msys64\usr\bin\bash.exe -lc 'pacman --needed --noconfirm -Syuu pactoys-git'
C:\msys64\usr\bin\bash.exe -lc 'pacboy --needed --noconfirm -Sy clang:m openblas:x openmp:x toolchain:m base-devel:'
C:\msys64\usr\bin\bash.exe -lc 'pacboy --needed --noconfirm -Sy clang:m libxml2:m openblas:x openmp:x toolchain:m base-devel:'
$ErrorActionPreference = 'Stop'
- name: make
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
C:\msys64\usr\bin\bash.exe -lc 'pacman --needed --noconfirm -Syuu'
C:\msys64\usr\bin\bash.exe -lc 'pacman --needed --noconfirm -Syuu'
C:\msys64\usr\bin\bash.exe -lc 'pacman --needed --noconfirm -Syuu pactoys-git'
C:\msys64\usr\bin\bash.exe -lc 'pacboy --needed --noconfirm -Sy clang:m openblas:x openmp:x toolchain:m base-devel:'
C:\msys64\usr\bin\bash.exe -lc 'pacboy --needed --noconfirm -Sy clang:m libxml2:m openblas:x openmp:x toolchain:m base-devel:'
$ErrorActionPreference = 'Stop'
- name: make
Expand Down

0 comments on commit c415c52

Please sign in to comment.